Html Css Color HEX #EDD604 School Bus Yellow

📋 copy color: '#EDD604'

red 237 ◦ green 214 ◦ blue 4

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

Shades of School Bus Yellow #EDD604

Tints of School Bus Yellow #EDD604

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.03%

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 52.09%
G = 47.03%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDD604 (or 0xEDD604) is known color: School Bus Yellow. HEX triplet: ED, D6 and 04. RGB value is (237,214,4). Sum of RGB (Red+Green+Blue) = 237+214+4=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 4 (1.95% from 255 or 0.88% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD604 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD604 is #1229FB. Grayscale: #C5C5C5. Windows color (decimal): -1190396 or 317165. OLE color: 317165.

HSL color Cylindrical-coordinate representation of color #EDD604: hue angle of 54.08º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDD604 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 214 4 -
CMYK 0 0.10 0.98 0.07
HSL 54.08º 0.97% 0.47% -
HSV(B) 54.08º 0.98% 0.93% -
XYZ 58.99 66.11 9.77 -
YUV 196.94 19.12 156.58 -
System Red Green Blue C M Y K H S L
Decimal 237 214 4 0 0.10 0.98 0.07 54.08 0.97 0.47
Hex ED D6 4 0 A 62 7 36 61 2F
Octal 355 326 4 0 12 142 7 66 141 57
Binary 11101101 11010110 100 0 1010 1100010 111 110110 1100001 101111

Color Harmonies of #EDD604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD604

Black with #EDD604

Text Example


Text Example

White with #EDD604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD604; }

 p { color: rgb(237,214,4); }

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

background-color css

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

 a { background-color: rgb(237,214,4); }

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

border-color css

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

 span { border-color: rgb(237,214,4); }

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