Html Css Color HEX #EDD708 School Bus Yellow

📋 copy color: '#EDD708'

red 237 ◦ green 215 ◦ blue 8

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

Shades of School Bus Yellow #EDD708

Tints of School Bus Yellow #EDD708

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.74%

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

R = 51.52%
G = 46.74%
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

#EDD708 (or 0xEDD708) is known color: School Bus Yellow. HEX triplet: ED, D7 and 08. RGB value is (237,215,8). Sum of RGB (Red+Green+Blue) = 237+215+8=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 8 (3.52% from 255 or 1.74% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD708 is #1228F7. Grayscale: #C6C6C6. Windows color (decimal): -1190136 or 579565. OLE color: 579565.

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

Color convert

RGB 237 215 8 -
CMYK 0 0.09 0.97 0.07
HSL 54.24º 0.93% 0.48% -
HSV(B) 54.24º 0.97% 0.93% -
XYZ 59.27 66.62 9.97 -
YUV 197.98 20.79 155.83 -
System Red Green Blue C M Y K H S L
Decimal 237 215 8 0 0.09 0.97 0.07 54.24 0.93 0.48
Hex ED D7 8 0 9 61 7 36 5D 30
Octal 355 327 10 0 11 141 7 66 135 60
Binary 11101101 11010111 1000 0 1001 1100001 111 110110 1011101 110000

Color Harmonies of #EDD708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD708

Black with #EDD708

Text Example


Text Example

White with #EDD708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD708; }

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

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

background-color css

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

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

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

border-color css

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

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

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