Html Css Color HEX #EDD804 School Bus Yellow

📋 copy color: '#EDD804'

red 237 ◦ green 216 ◦ blue 4

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

Shades of School Bus Yellow #EDD804

Tints of School Bus Yellow #EDD804

RGB

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

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

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

R = 51.86%
G = 47.26%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDD804 (or 0xEDD804) is known color: School Bus Yellow. HEX triplet: ED, D8 and 04. RGB value is (237,216,4). Sum of RGB (Red+Green+Blue) = 237+216+4=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 4 (1.95% from 255 or 0.88% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD804 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD804 is #1227FB. Grayscale: #C6C6C6. Windows color (decimal): -1189884 or 317677. OLE color: 317677.

HSL color Cylindrical-coordinate representation of color #EDD804: hue angle of 54.59º 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 #EDD804 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 216 4 -
CMYK 0 0.09 0.98 0.07
HSL 54.59º 0.97% 0.47% -
HSV(B) 54.59º 0.98% 0.93% -
XYZ 59.5 67.13 9.94 -
YUV 198.11 18.46 155.74 -
System Red Green Blue C M Y K H S L
Decimal 237 216 4 0 0.09 0.98 0.07 54.59 0.97 0.47
Hex ED D8 4 0 9 62 7 37 61 2F
Octal 355 330 4 0 11 142 7 67 141 57
Binary 11101101 11011000 100 0 1001 1100010 111 110111 1100001 101111

Color Harmonies of #EDD804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD804

Black with #EDD804

Text Example


Text Example

White with #EDD804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD804; }

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

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

background-color css

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

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

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

border-color css

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

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

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