Html Css Color HEX #EDD801 School Bus Yellow

📋 copy color: '#EDD801'

red 237 ◦ green 216 ◦ blue 1

#EDD801
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of School Bus Yellow #EDD801

Tints of School Bus Yellow #EDD801

RGB

 RED value IS 237 (92.97% from 255) = 52.2%

 GREEN value IS 216 (84.77% from 255) = 47.58%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 52.2%
G = 47.58%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1.00

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDD801 (or 0xEDD801) is known color: School Bus Yellow. HEX triplet: ED, D8 and 01. RGB value is (237,216,1). Sum of RGB (Red+Green+Blue) = 237+216+1=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 1 (0.78% from 255 or 0.22% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD801 is #1227FE. Grayscale: #C6C6C6. Windows color (decimal): -1189887 or 121069. OLE color: 121069.

HSL color Cylindrical-coordinate representation of color #EDD801: hue angle of 54.66º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDD801 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 216 1 -
CMYK 0 0.09 1.00 0.07
HSL 54.66º 0.99% 0.47% -
HSV(B) 54.66º 1% 0.93% -
XYZ 59.49 67.12 9.85 -
YUV 197.77 16.96 155.98 -
System Red Green Blue C M Y K H S L
Decimal 237 216 1 0 0.09 1.00 0.07 54.66 0.99 0.47
Hex ED D8 1 0 9 64 7 37 63 2F
Octal 355 330 1 0 11 144 7 67 143 57
Binary 11101101 11011000 1 0 1001 1100100 111 110111 1100011 101111

Color Harmonies of #EDD801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD801

Black with #EDD801

Text Example


Text Example

White with #EDD801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD801; }

 p { color: rgb(237,216,1); }

 H1.HeaderClassName
 {
   color: #EDD801;
 }
 .AnyTagClassName
 {
   color: #EDD801;
 }
</style>

background-color css

<style>
 a { background-color: #EDD801; }

 a { background-color: rgb(237,216,1); }

 div.DivClassName
 {
   background-color: #EDD801;
 }
 .BgClassName
 {
   background-color: #EDD801;
 }
</style>

border-color css

<style>
 span { border-color: #EDD801; }

 span { border-color: rgb(237,216,1); }

 td.TdClassName
 {
   border-color: #EDD801;
 }
 .TagClassName
 {
   border-color: #EDD801;
 }
</style>