Html Css Color HEX #EED803 School Bus Yellow

📋 copy color: '#EED803'

red 238 ◦ green 216 ◦ blue 3

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

Shades of School Bus Yellow #EED803

Tints of School Bus Yellow #EED803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.66%

R = 52.08%
G = 47.26%
B = 0.66%

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

#EED803 (or 0xEED803) is known color: School Bus Yellow. HEX triplet: EE, D8 and 03. RGB value is (238,216,3). Sum of RGB (Red+Green+Blue) = 238+216+3=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 3 (1.56% from 255 or 0.66% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EED803 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED803 is #1127FC. Grayscale: #C7C7C7. Windows color (decimal): -1124349 or 252142. OLE color: 252142.

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

Color convert

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

Color Harmonies of #EED803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED803

Black with #EED803

Text Example


Text Example

White with #EED803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED803; }

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

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

background-color css

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

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

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

border-color css

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

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

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