Html Css Color HEX #E7D60C School Bus Yellow

📋 copy color: '#E7D60C'

red 231 ◦ green 214 ◦ blue 12

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

Shades of School Bus Yellow #E7D60C

Tints of School Bus Yellow #E7D60C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.63%

R = 50.55%
G = 46.83%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7D60C (or 0xE7D60C) is known color: School Bus Yellow. HEX triplet: E7, D6 and 0C. RGB value is (231,214,12). Sum of RGB (Red+Green+Blue) = 231+214+12=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 12 (5.08% from 255 or 2.63% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D60C is #1829F3. Grayscale: #C4C4C4. Windows color (decimal): -1583604 or 841447. OLE color: 841447.

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

Color convert

RGB 231 214 12 -
CMYK 0 0.07 0.95 0.09
HSL 55.34º 0.9% 0.48% -
HSV(B) 55.34º 0.95% 0.91% -
XYZ 57.07 65.11 9.91 -
YUV 196.06 24.13 152.93 -
System Red Green Blue C M Y K H S L
Decimal 231 214 12 0 0.07 0.95 0.09 55.34 0.9 0.48
Hex E7 D6 C 0 7 5F 9 37 5A 30
Octal 347 326 14 0 7 137 11 67 132 60
Binary 11100111 11010110 1100 0 111 1011111 1001 110111 1011010 110000

Color Harmonies of #E7D60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D60C

Black with #E7D60C

Text Example


Text Example

White with #E7D60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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