Html Css Color HEX #E6D904 School Bus Yellow

📋 copy color: '#E6D904'

red 230 ◦ green 217 ◦ blue 4

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

Shades of School Bus Yellow #E6D904

Tints of School Bus Yellow #E6D904

RGB

 RED value IS 230 (90.23% from 255) = 51%

 GREEN value IS 217 (85.16% from 255) = 48.12%

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

R = 51%
G = 48.12%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E6D904 (or 0xE6D904) is known color: School Bus Yellow. HEX triplet: E6, D9 and 04. RGB value is (230,217,4). Sum of RGB (Red+Green+Blue) = 230+217+4=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 4 (1.95% from 255 or 0.89% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D904 is #1926FB. Grayscale: #C5C5C5. Windows color (decimal): -1648380 or 317926. OLE color: 317926.

HSL color Cylindrical-coordinate representation of color #E6D904: hue angle of 56.55º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6D904 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 217 4 -
CMYK 0 0.06 0.98 0.10
HSL 56.55º 0.97% 0.46% -
HSV(B) 56.55º 0.98% 0.9% -
XYZ 57.47 66.46 9.91 -
YUV 196.61 19.31 151.82 -
System Red Green Blue C M Y K H S L
Decimal 230 217 4 0 0.06 0.98 0.10 56.55 0.97 0.46
Hex E6 D9 4 0 6 62 A 39 61 2E
Octal 346 331 4 0 6 142 12 71 141 56
Binary 11100110 11011001 100 0 110 1100010 1010 111001 1100001 101110

Color Harmonies of #E6D904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D904

Black with #E6D904

Text Example


Text Example

White with #E6D904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D904; }

 p { color: rgb(230,217,4); }

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

background-color css

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

 a { background-color: rgb(230,217,4); }

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

border-color css

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

 span { border-color: rgb(230,217,4); }

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