Html Css Color HEX #EED602 School Bus Yellow

📋 copy color: '#EED602'

red 238 ◦ green 214 ◦ blue 2

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

Shades of School Bus Yellow #EED602

Tints of School Bus Yellow #EED602

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.14%

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

R = 52.42%
G = 47.14%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EED602 (or 0xEED602) is known color: School Bus Yellow. HEX triplet: EE, D6 and 02. RGB value is (238,214,2). Sum of RGB (Red+Green+Blue) = 238+214+2=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 2 (1.17% from 255 or 0.44% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EED602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED602 is #1129FD. Grayscale: #C5C5C5. Windows color (decimal): -1124862 or 186094. OLE color: 186094.

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

Color convert

RGB 238 214 2 -
CMYK 0 0.10 0.99 0.07
HSL 53.9º 0.98% 0.47% -
HSV(B) 53.9º 0.99% 0.93% -
XYZ 59.32 66.27 9.72 -
YUV 197.01 17.95 157.24 -
System Red Green Blue C M Y K H S L
Decimal 238 214 2 0 0.10 0.99 0.07 53.9 0.98 0.47
Hex EE D6 2 0 A 63 7 36 62 2F
Octal 356 326 2 0 12 143 7 66 142 57
Binary 11101110 11010110 10 0 1010 1100011 111 110110 1100010 101111

Color Harmonies of #EED602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED602

Black with #EED602

Text Example


Text Example

White with #EED602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED602; }

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

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

background-color css

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

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

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

border-color css

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

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

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