Html Css Color HEX #E7D701 School Bus Yellow

📋 copy color: '#E7D701'

red 231 ◦ green 215 ◦ blue 1

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

Shades of School Bus Yellow #E7D701

Tints of School Bus Yellow #E7D701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 51.68%
G = 48.1%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E7D701 (or 0xE7D701) is known color: School Bus Yellow. HEX triplet: E7, D7 and 01. RGB value is (231,215,1). Sum of RGB (Red+Green+Blue) = 231+215+1=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 1 (0.78% from 255 or 0.22% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D701 is #1828FE. Grayscale: #C4C4C4. Windows color (decimal): -1583359 or 120807. OLE color: 120807.

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

Color convert

RGB 231 215 1 -
CMYK 0 0.07 1.00 0.09
HSL 55.83º 0.99% 0.45% -
HSV(B) 55.83º 1% 0.91% -
XYZ 57.26 65.59 9.67 -
YUV 195.39 18.3 153.4 -
System Red Green Blue C M Y K H S L
Decimal 231 215 1 0 0.07 1.00 0.09 55.83 0.99 0.45
Hex E7 D7 1 0 7 64 9 38 63 2D
Octal 347 327 1 0 7 144 11 70 143 55
Binary 11100111 11010111 1 0 111 1100100 1001 111000 1100011 101101

Color Harmonies of #E7D701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D701

Black with #E7D701

Text Example


Text Example

White with #E7D701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D701; }

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

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

background-color css

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

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

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

border-color css

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

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

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