#EED908

Color #EED908 School Bus Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of School Bus Yellow #EED908

Tints of School Bus Yellow #EED908

Color information

#EED908 (or 0xEED908) is unknown color: approx School Bus Yellow. HEX triplet: EE, D9 and 08. RGB value is (238,217,8). Sum of RGB (Red+Green+Blue) = 238+217+8=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 8 (3.52% from 255 or 1.73% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EED908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED908 is #1126F7. Grayscale: #C8C8C8. Windows color (decimal): -1124088 or 580078. OLE color: 580078.

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

Color convert

RGB2382178-
CMYK00.090.970.07
HSL54.52º93.5%48.24%-
HSV(B)54.52º96.64%93.33%-
XYZ60.1267.8210.15-
YUV199.4519.96155.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.40%
GREEN value IS 217 (85.16% from 255) = 46.87%
BLUE value IS 8 (3.52% from 255) = 1.73%
R=51.40%
G=46.87%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238217800.090.970.0754.5293.548.24
HexEED9809617375d30
Octal3563311001114176713560
Binary111011101101100110000100111000011111101111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED908; }

 p { color: rgb(238,217,8); }

 H1.HeaderClassName
 {
   color: #EED908;
 }
 .AnyTagClassName
 {
   color: #EED908;
 }
</style>
background-color css

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

 a { background-color: rgb(238,217,8); }

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

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

 span { border-color: rgb(238,217,8); }

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