Html Css Color HEX #EED802 School Bus Yellow

📋 copy color: '#EED802'

red 238 ◦ green 216 ◦ blue 2

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

Shades of School Bus Yellow #EED802

Tints of School Bus Yellow #EED802

RGB

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

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

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

R = 52.19%
G = 47.37%
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

#EED802 (or 0xEED802) is known color: School Bus Yellow. HEX triplet: EE, D8 and 02. RGB value is (238,216,2). Sum of RGB (Red+Green+Blue) = 238+216+2=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 2 (1.17% from 255 or 0.44% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EED802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED802 is #1127FD. Grayscale: #C7C7C7. Windows color (decimal): -1124350 or 186606. OLE color: 186606.

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

Color convert

RGB 238 216 2 -
CMYK 0 0.09 0.99 0.07
HSL 54.41º 0.98% 0.47% -
HSV(B) 54.41º 0.99% 0.93% -
XYZ 59.83 67.29 9.89 -
YUV 198.18 17.29 156.4 -
System Red Green Blue C M Y K H S L
Decimal 238 216 2 0 0.09 0.99 0.07 54.41 0.98 0.47
Hex EE D8 2 0 9 63 7 36 62 2F
Octal 356 330 2 0 11 143 7 66 142 57
Binary 11101110 11011000 10 0 1001 1100011 111 110110 1100010 101111

Color Harmonies of #EED802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED802

Black with #EED802

Text Example


Text Example

White with #EED802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED802; }

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

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

background-color css

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

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

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

border-color css

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

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

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