Html Css Color HEX #EAD70C School Bus Yellow

📋 copy color: '#EAD70C'

red 234 ◦ green 215 ◦ blue 12

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

Shades of School Bus Yellow #EAD70C

Tints of School Bus Yellow #EAD70C

RGB

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

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

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

R = 50.76%
G = 46.64%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAD70C (or 0xEAD70C) is known color: School Bus Yellow. HEX triplet: EA, D7 and 0C. RGB value is (234,215,12). Sum of RGB (Red+Green+Blue) = 234+215+12=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 12 (5.08% from 255 or 2.60% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD70C is #1528F3. Grayscale: #C6C6C6. Windows color (decimal): -1386740 or 841706. OLE color: 841706.

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

Color convert

RGB 234 215 12 -
CMYK 0 0.08 0.95 0.08
HSL 54.86º 0.9% 0.48% -
HSV(B) 54.86º 0.95% 0.92% -
XYZ 58.3 66.12 10.04 -
YUV 197.54 23.29 154.01 -
System Red Green Blue C M Y K H S L
Decimal 234 215 12 0 0.08 0.95 0.08 54.86 0.9 0.48
Hex EA D7 C 0 8 5F 8 37 5A 30
Octal 352 327 14 0 10 137 10 67 132 60
Binary 11101010 11010111 1100 0 1000 1011111 1000 110111 1011010 110000

Color Harmonies of #EAD70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD70C

Black with #EAD70C

Text Example


Text Example

White with #EAD70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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