Html Css Color HEX #E7D604 School Bus Yellow

📋 copy color: '#E7D604'

red 231 ◦ green 214 ◦ blue 4

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

Shades of School Bus Yellow #E7D604

Tints of School Bus Yellow #E7D604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 51.45%
G = 47.66%
B = 0.89%

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

#E7D604 (or 0xE7D604) is known color: School Bus Yellow. HEX triplet: E7, D6 and 04. RGB value is (231,214,4). Sum of RGB (Red+Green+Blue) = 231+214+4=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 4 (1.95% from 255 or 0.89% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D604 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D604 is #1829FB. Grayscale: #C4C4C4. Windows color (decimal): -1583612 or 317159. OLE color: 317159.

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

Color convert

RGB 231 214 4 -
CMYK 0 0.07 0.98 0.09
HSL 55.51º 0.97% 0.46% -
HSV(B) 55.51º 0.98% 0.91% -
XYZ 57.02 65.09 9.67 -
YUV 195.14 20.13 153.58 -
System Red Green Blue C M Y K H S L
Decimal 231 214 4 0 0.07 0.98 0.09 55.51 0.97 0.46
Hex E7 D6 4 0 7 62 9 38 61 2E
Octal 347 326 4 0 7 142 11 70 141 56
Binary 11100111 11010110 100 0 111 1100010 1001 111000 1100001 101110

Color Harmonies of #E7D604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D604

Black with #E7D604

Text Example


Text Example

White with #E7D604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D604; }

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

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

background-color css

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

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

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

border-color css

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

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

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