Html Css Color HEX #E7D80B School Bus Yellow

📋 copy color: '#E7D80B'

red 231 ◦ green 216 ◦ blue 11

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

Shades of School Bus Yellow #E7D80B

Tints of School Bus Yellow #E7D80B

RGB

 RED value IS 231 (90.63% from 255) = 50.44%

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

 BLUE value IS 11 (4.69% from 255) = 2.4%

R = 50.44%
G = 47.16%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7D80B (or 0xE7D80B) is known color: School Bus Yellow. HEX triplet: E7, D8 and 0B. RGB value is (231,216,11). Sum of RGB (Red+Green+Blue) = 231+216+11=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 11 (4.69% from 255 or 2.40% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D80B is #1827F4. Grayscale: #C5C5C5. Windows color (decimal): -1583093 or 776423. OLE color: 776423.

HSL color Cylindrical-coordinate representation of color #E7D80B: hue angle of 55.91º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7D80B is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 216 11 -
CMYK 0 0.06 0.95 0.09
HSL 55.91º 0.91% 0.47% -
HSV(B) 55.91º 0.95% 0.91% -
XYZ 57.57 66.12 10.05 -
YUV 197.12 22.97 152.17 -
System Red Green Blue C M Y K H S L
Decimal 231 216 11 0 0.06 0.95 0.09 55.91 0.91 0.47
Hex E7 D8 B 0 6 5F 9 38 5B 2F
Octal 347 330 13 0 6 137 11 70 133 57
Binary 11100111 11011000 1011 0 110 1011111 1001 111000 1011011 101111

Color Harmonies of #E7D80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D80B

Black with #E7D80B

Text Example


Text Example

White with #E7D80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D80B; }

 p { color: rgb(231,216,11); }

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

background-color css

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

 a { background-color: rgb(231,216,11); }

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

border-color css

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

 span { border-color: rgb(231,216,11); }

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