Html Css Color HEX #EED902 School Bus Yellow

📋 copy color: '#EED902'

red 238 ◦ green 217 ◦ blue 2

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

Shades of School Bus Yellow #EED902

Tints of School Bus Yellow #EED902

RGB

 RED value IS 238 (93.36% from 255) = 52.08%

 GREEN value IS 217 (85.16% from 255) = 47.48%

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 52.08%
G = 47.48%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EED902 (or 0xEED902) is known color: School Bus Yellow. HEX triplet: EE, D9 and 02. RGB value is (238,217,2). Sum of RGB (Red+Green+Blue) = 238+217+2=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 2 (1.17% from 255 or 0.44% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EED902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED902 is #1126FD. Grayscale: #C7C7C7. Windows color (decimal): -1124094 or 186862. OLE color: 186862.

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

Color convert

RGB 238 217 2 -
CMYK 0 0.09 0.99 0.07
HSL 54.66º 0.98% 0.47% -
HSV(B) 54.66º 0.99% 0.93% -
XYZ 60.08 67.81 9.98 -
YUV 198.77 16.96 155.98 -
System Red Green Blue C M Y K H S L
Decimal 238 217 2 0 0.09 0.99 0.07 54.66 0.98 0.47
Hex EE D9 2 0 9 63 7 37 62 2F
Octal 356 331 2 0 11 143 7 67 142 57
Binary 11101110 11011001 10 0 1001 1100011 111 110111 1100010 101111

Color Harmonies of #EED902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED902

Black with #EED902

Text Example


Text Example

White with #EED902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED902; }

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

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

background-color css

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

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

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

border-color css

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

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

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