Html Css Color HEX #E7D600 School Bus Yellow

📋 copy color: '#E7D600'

red 231 ◦ green 214 ◦ blue 0

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

Shades of School Bus Yellow #E7D600

Tints of School Bus Yellow #E7D600

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.09%

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

R = 51.91%
G = 48.09%
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

#E7D600 (or 0xE7D600) is known color: School Bus Yellow. HEX triplet: E7, D6 and 00. RGB value is (231,214,0). Sum of RGB (Red+Green+Blue) = 231+214+0=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D600 is #1829FF. Grayscale: #C3C3C3. Windows color (decimal): -1583616 or 55015. OLE color: 55015.

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

Color convert

RGB 231 214 0 -
CMYK 0 0.07 1 0.09
HSL 55.58º 1% 0.45% -
HSV(B) 55.58º 1% 0.91% -
XYZ 57 65.08 9.56 -
YUV 194.69 18.13 153.9 -
System Red Green Blue C M Y K H S L
Decimal 231 214 0 0 0.07 1 0.09 55.58 1 0.45
Hex E7 D6 0 0 7 64 9 38 64 2D
Octal 347 326 0 0 7 144 11 70 144 55
Binary 11100111 11010110 0 0 111 1100100 1001 111000 1100100 101101

Color Harmonies of #E7D600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D600

Black with #E7D600

Text Example


Text Example

White with #E7D600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D600; }

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

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

background-color css

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

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

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

border-color css

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

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

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