Html Css Color HEX #E7D705 School Bus Yellow

📋 copy color: '#E7D705'

red 231 ◦ green 215 ◦ blue 5

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

Shades of School Bus Yellow #E7D705

Tints of School Bus Yellow #E7D705

RGB

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

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

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

R = 51.22%
G = 47.67%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E7D705 (or 0xE7D705) is known color: School Bus Yellow. HEX triplet: E7, D7 and 05. RGB value is (231,215,5). Sum of RGB (Red+Green+Blue) = 231+215+5=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 5 (2.34% from 255 or 1.11% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D705 is #1828FA. Grayscale: #C4C4C4. Windows color (decimal): -1583355 or 382951. OLE color: 382951.

HSL color Cylindrical-coordinate representation of color #E7D705: hue angle of 55.75º 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 #E7D705 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 215 5 -
CMYK 0 0.07 0.98 0.09
HSL 55.75º 0.96% 0.46% -
HSV(B) 55.75º 0.98% 0.91% -
XYZ 57.28 65.6 9.79 -
YUV 195.84 20.3 153.08 -
System Red Green Blue C M Y K H S L
Decimal 231 215 5 0 0.07 0.98 0.09 55.75 0.96 0.46
Hex E7 D7 5 0 7 62 9 38 60 2E
Octal 347 327 5 0 7 142 11 70 140 56
Binary 11100111 11010111 101 0 111 1100010 1001 111000 1100000 101110

Color Harmonies of #E7D705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D705

Black with #E7D705

Text Example


Text Example

White with #E7D705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D705; }

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

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

background-color css

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

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

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

border-color css

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

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

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