Html Css Color HEX #E9D602 School Bus Yellow

📋 copy color: '#E9D602'

red 233 ◦ green 214 ◦ blue 2

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

Shades of School Bus Yellow #E9D602

Tints of School Bus Yellow #E9D602

RGB

 RED value IS 233 (91.41% from 255) = 51.89%

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

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

R = 51.89%
G = 47.66%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E9D602 (or 0xE9D602) is known color: School Bus Yellow. HEX triplet: E9, D6 and 02. RGB value is (233,214,2). Sum of RGB (Red+Green+Blue) = 233+214+2=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D602 is #1629FD. Grayscale: #C4C4C4. Windows color (decimal): -1452542 or 186089. OLE color: 186089.

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

Color convert

RGB 233 214 2 -
CMYK 0 0.08 0.99 0.09
HSL 55.06º 0.98% 0.46% -
HSV(B) 55.06º 0.99% 0.91% -
XYZ 57.66 65.42 9.65 -
YUV 195.51 18.79 154.74 -
System Red Green Blue C M Y K H S L
Decimal 233 214 2 0 0.08 0.99 0.09 55.06 0.98 0.46
Hex E9 D6 2 0 8 63 9 37 62 2E
Octal 351 326 2 0 10 143 11 67 142 56
Binary 11101001 11010110 10 0 1000 1100011 1001 110111 1100010 101110

Color Harmonies of #E9D602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D602

Black with #E9D602

Text Example


Text Example

White with #E9D602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D602; }

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

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

background-color css

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

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

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

border-color css

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

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

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