Html Css Color HEX #EAD805 School Bus Yellow

📋 copy color: '#EAD805'

red 234 ◦ green 216 ◦ blue 5

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

Shades of School Bus Yellow #EAD805

Tints of School Bus Yellow #EAD805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.1%

R = 51.43%
G = 47.47%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAD805 (or 0xEAD805) is known color: School Bus Yellow. HEX triplet: EA, D8 and 05. RGB value is (234,216,5). Sum of RGB (Red+Green+Blue) = 234+216+5=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 5 (2.34% from 255 or 1.10% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD805 is #1527FA. Grayscale: #C6C6C6. Windows color (decimal): -1386491 or 383210. OLE color: 383210.

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

Color convert

RGB 234 216 5 -
CMYK 0 0.08 0.98 0.08
HSL 55.28º 0.96% 0.47% -
HSV(B) 55.28º 0.98% 0.92% -
XYZ 58.51 66.62 9.92 -
YUV 197.33 19.46 154.16 -
System Red Green Blue C M Y K H S L
Decimal 234 216 5 0 0.08 0.98 0.08 55.28 0.96 0.47
Hex EA D8 5 0 8 62 8 37 60 2F
Octal 352 330 5 0 10 142 10 67 140 57
Binary 11101010 11011000 101 0 1000 1100010 1000 110111 1100000 101111

Color Harmonies of #EAD805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD805

Black with #EAD805

Text Example


Text Example

White with #EAD805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD805; }

 p { color: rgb(234,216,5); }

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

background-color css

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

 a { background-color: rgb(234,216,5); }

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

border-color css

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

 span { border-color: rgb(234,216,5); }

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