Html Css Color HEX #EAD80D School Bus Yellow

📋 copy color: '#EAD80D'

red 234 ◦ green 216 ◦ blue 13

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

Shades of School Bus Yellow #EAD80D

Tints of School Bus Yellow #EAD80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.81%

R = 50.54%
G = 46.65%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAD80D (or 0xEAD80D) is known color: School Bus Yellow. HEX triplet: EA, D8 and 0D. RGB value is (234,216,13). Sum of RGB (Red+Green+Blue) = 234+216+13=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 13 (5.47% from 255 or 2.81% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD80D is #1527F2. Grayscale: #C7C7C7. Windows color (decimal): -1386483 or 907498. OLE color: 907498.

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

Color convert

RGB 234 216 13 -
CMYK 0 0.08 0.94 0.08
HSL 55.11º 0.89% 0.48% -
HSV(B) 55.11º 0.94% 0.92% -
XYZ 58.56 66.63 10.16 -
YUV 198.24 23.46 153.51 -
System Red Green Blue C M Y K H S L
Decimal 234 216 13 0 0.08 0.94 0.08 55.11 0.89 0.48
Hex EA D8 D 0 8 5E 8 37 59 30
Octal 352 330 15 0 10 136 10 67 131 60
Binary 11101010 11011000 1101 0 1000 1011110 1000 110111 1011001 110000

Color Harmonies of #EAD80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD80D

Black with #EAD80D

Text Example


Text Example

White with #EAD80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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