Html Css Color HEX #EAD700 School Bus Yellow

📋 copy color: '#EAD700'

red 234 ◦ green 215 ◦ blue 0

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

Shades of School Bus Yellow #EAD700

Tints of School Bus Yellow #EAD700

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.88%

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

R = 52.12%
G = 47.88%
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

#EAD700 (or 0xEAD700) is known color: School Bus Yellow. HEX triplet: EA, D7 and 00. RGB value is (234,215,0). Sum of RGB (Red+Green+Blue) = 234+215+0=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD700 is #1528FF. Grayscale: #C5C5C5. Windows color (decimal): -1386752 or 55274. OLE color: 55274.

HSL color Cylindrical-coordinate representation of color #EAD700: hue angle of 55.13º 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 #EAD700 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 215 0 -
CMYK 0 0.08 1 0.08
HSL 55.13º 1% 0.46% -
HSV(B) 55.13º 1% 0.92% -
XYZ 58.23 66.09 9.69 -
YUV 196.17 17.29 154.98 -
System Red Green Blue C M Y K H S L
Decimal 234 215 0 0 0.08 1 0.08 55.13 1 0.46
Hex EA D7 0 0 8 64 8 37 64 2E
Octal 352 327 0 0 10 144 10 67 144 56
Binary 11101010 11010111 0 0 1000 1100100 1000 110111 1100100 101110

Color Harmonies of #EAD700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD700

Black with #EAD700

Text Example


Text Example

White with #EAD700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD700; }

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

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

background-color css

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

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

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

border-color css

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

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

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