Html Css Color HEX #E7D805 School Bus Yellow

📋 copy color: '#E7D805'

red 231 ◦ green 216 ◦ blue 5

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

Shades of School Bus Yellow #E7D805

Tints of School Bus Yellow #E7D805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 51.11%
G = 47.79%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E7D805 (or 0xE7D805) is known color: School Bus Yellow. HEX triplet: E7, D8 and 05. RGB value is (231,216,5). Sum of RGB (Red+Green+Blue) = 231+216+5=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 5 (2.34% from 255 or 1.11% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D805 is #1827FA. Grayscale: #C5C5C5. Windows color (decimal): -1583099 or 383207. OLE color: 383207.

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

Color convert

RGB 231 216 5 -
CMYK 0 0.06 0.98 0.09
HSL 56.02º 0.96% 0.46% -
HSV(B) 56.02º 0.98% 0.91% -
XYZ 57.54 66.11 9.87 -
YUV 196.43 19.97 152.66 -
System Red Green Blue C M Y K H S L
Decimal 231 216 5 0 0.06 0.98 0.09 56.02 0.96 0.46
Hex E7 D8 5 0 6 62 9 38 60 2E
Octal 347 330 5 0 6 142 11 70 140 56
Binary 11100111 11011000 101 0 110 1100010 1001 111000 1100000 101110

Color Harmonies of #E7D805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D805

Black with #E7D805

Text Example


Text Example

White with #E7D805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D805; }

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

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

background-color css

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

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

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

border-color css

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

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

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