Html Css Color HEX #EDD808 School Bus Yellow

📋 copy color: '#EDD808'

red 237 ◦ green 216 ◦ blue 8

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

Shades of School Bus Yellow #EDD808

Tints of School Bus Yellow #EDD808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.74%

R = 51.41%
G = 46.85%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDD808 (or 0xEDD808) is known color: School Bus Yellow. HEX triplet: ED, D8 and 08. RGB value is (237,216,8). Sum of RGB (Red+Green+Blue) = 237+216+8=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 8 (3.52% from 255 or 1.74% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD808 is #1227F7. Grayscale: #C7C7C7. Windows color (decimal): -1189880 or 579821. OLE color: 579821.

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

Color convert

RGB 237 216 8 -
CMYK 0 0.09 0.97 0.07
HSL 54.5º 0.93% 0.48% -
HSV(B) 54.5º 0.97% 0.93% -
XYZ 59.52 67.13 10.05 -
YUV 198.57 20.46 155.41 -
System Red Green Blue C M Y K H S L
Decimal 237 216 8 0 0.09 0.97 0.07 54.5 0.93 0.48
Hex ED D8 8 0 9 61 7 36 5D 30
Octal 355 330 10 0 11 141 7 66 135 60
Binary 11101101 11011000 1000 0 1001 1100001 111 110110 1011101 110000

Color Harmonies of #EDD808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD808

Black with #EDD808

Text Example


Text Example

White with #EDD808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD808; }

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

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

background-color css

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

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

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

border-color css

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

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

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