Html Css Color HEX #E7D700 School Bus Yellow

📋 copy color: '#E7D700'

red 231 ◦ green 215 ◦ blue 0

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

Shades of School Bus Yellow #E7D700

Tints of School Bus Yellow #E7D700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.79%
G = 48.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E7D700 (or 0xE7D700) is known color: School Bus Yellow. HEX triplet: E7, D7 and 00. RGB value is (231,215,0). Sum of RGB (Red+Green+Blue) = 231+215+0=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D700 is #1828FF. Grayscale: #C4C4C4. Windows color (decimal): -1583360 or 55271. OLE color: 55271.

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

Color convert

RGB 231 215 0 -
CMYK 0 0.07 1 0.09
HSL 55.84º 1% 0.45% -
HSV(B) 55.84º 1% 0.91% -
XYZ 57.26 65.59 9.64 -
YUV 195.27 17.8 153.48 -
System Red Green Blue C M Y K H S L
Decimal 231 215 0 0 0.07 1 0.09 55.84 1 0.45
Hex E7 D7 0 0 7 64 9 38 64 2D
Octal 347 327 0 0 7 144 11 70 144 55
Binary 11100111 11010111 0 0 111 1100100 1001 111000 1100100 101101

Color Harmonies of #E7D700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D700

Black with #E7D700

Text Example


Text Example

White with #E7D700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D700; }

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

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

background-color css

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

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

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

border-color css

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

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

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