Html Css Color HEX #EAD800 School Bus Yellow

📋 copy color: '#EAD800'

red 234 ◦ green 216 ◦ blue 0

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

Shades of School Bus Yellow #EAD800

Tints of School Bus Yellow #EAD800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52%
G = 48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EAD800 (or 0xEAD800) is known color: School Bus Yellow. HEX triplet: EA, D8 and 00. RGB value is (234,216,0). Sum of RGB (Red+Green+Blue) = 234+216+0=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 0 (0.39% from 255 or 0% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD800 is #1527FF. Grayscale: #C5C5C5. Windows color (decimal): -1386496 or 55530. OLE color: 55530.

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

Color convert

RGB 234 216 0 -
CMYK 0 0.08 1 0.08
HSL 55.38º 1% 0.46% -
HSV(B) 55.38º 1% 0.92% -
XYZ 58.49 66.6 9.77 -
YUV 196.76 16.96 154.56 -
System Red Green Blue C M Y K H S L
Decimal 234 216 0 0 0.08 1 0.08 55.38 1 0.46
Hex EA D8 0 0 8 64 8 37 64 2E
Octal 352 330 0 0 10 144 10 67 144 56
Binary 11101010 11011000 0 0 1000 1100100 1000 110111 1100100 101110

Color Harmonies of #EAD800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD800

Black with #EAD800

Text Example


Text Example

White with #EAD800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD800; }

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

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

background-color css

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

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

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

border-color css

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

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

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