Html Css Color HEX #EAD908 School Bus Yellow

📋 copy color: '#EAD908'

red 234 ◦ green 217 ◦ blue 8

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

Shades of School Bus Yellow #EAD908

Tints of School Bus Yellow #EAD908

RGB

 RED value IS 234 (91.8% from 255) = 50.98%

 GREEN value IS 217 (85.16% from 255) = 47.28%

 BLUE value IS 8 (3.52% from 255) = 1.74%

R = 50.98%
G = 47.28%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAD908 (or 0xEAD908) is known color: School Bus Yellow. HEX triplet: EA, D9 and 08. RGB value is (234,217,8). Sum of RGB (Red+Green+Blue) = 234+217+8=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 8 (3.52% from 255 or 1.74% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD908 is #1526F7. Grayscale: #C7C7C7. Windows color (decimal): -1386232 or 580074. OLE color: 580074.

HSL color Cylindrical-coordinate representation of color #EAD908: hue angle of 55.49º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EAD908 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 217 8 -
CMYK 0 0.07 0.97 0.08
HSL 55.49º 0.93% 0.47% -
HSV(B) 55.49º 0.97% 0.92% -
XYZ 58.79 67.14 10.09 -
YUV 198.26 20.63 153.49 -
System Red Green Blue C M Y K H S L
Decimal 234 217 8 0 0.07 0.97 0.08 55.49 0.93 0.47
Hex EA D9 8 0 7 61 8 37 5D 2F
Octal 352 331 10 0 7 141 10 67 135 57
Binary 11101010 11011001 1000 0 111 1100001 1000 110111 1011101 101111

Color Harmonies of #EAD908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD908

Black with #EAD908

Text Example


Text Example

White with #EAD908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD908; }

 p { color: rgb(234,217,8); }

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

background-color css

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

 a { background-color: rgb(234,217,8); }

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

border-color css

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

 span { border-color: rgb(234,217,8); }

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