Html Css Color HEX #EED80C School Bus Yellow

📋 copy color: '#EED80C'

red 238 ◦ green 216 ◦ blue 12

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

Shades of School Bus Yellow #EED80C

Tints of School Bus Yellow #EED80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.58%

R = 51.07%
G = 46.35%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EED80C (or 0xEED80C) is known color: School Bus Yellow. HEX triplet: EE, D8 and 0C. RGB value is (238,216,12). Sum of RGB (Red+Green+Blue) = 238+216+12=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EED80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED80C is #1127F3. Grayscale: #C8C8C8. Windows color (decimal): -1124340 or 841966. OLE color: 841966.

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

Color convert

RGB 238 216 12 -
CMYK 0 0.09 0.95 0.07
HSL 54.16º 0.9% 0.49% -
HSV(B) 54.16º 0.95% 0.93% -
XYZ 59.88 67.32 10.18 -
YUV 199.32 22.29 155.59 -
System Red Green Blue C M Y K H S L
Decimal 238 216 12 0 0.09 0.95 0.07 54.16 0.9 0.49
Hex EE D8 C 0 9 5F 7 36 5A 31
Octal 356 330 14 0 11 137 7 66 132 61
Binary 11101110 11011000 1100 0 1001 1011111 111 110110 1011010 110001

Color Harmonies of #EED80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED80C

Black with #EED80C

Text Example


Text Example

White with #EED80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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