Html Css Color HEX #E6D906 School Bus Yellow

📋 copy color: '#E6D906'

red 230 ◦ green 217 ◦ blue 6

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

Shades of School Bus Yellow #E6D906

Tints of School Bus Yellow #E6D906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.32%

R = 50.77%
G = 47.9%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E6D906 (or 0xE6D906) is known color: School Bus Yellow. HEX triplet: E6, D9 and 06. RGB value is (230,217,6). Sum of RGB (Red+Green+Blue) = 230+217+6=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 6 (2.73% from 255 or 1.32% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D906 is #1926F9. Grayscale: #C5C5C5. Windows color (decimal): -1648378 or 448998. OLE color: 448998.

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

Color convert

RGB 230 217 6 -
CMYK 0 0.06 0.97 0.10
HSL 56.52º 0.95% 0.46% -
HSV(B) 56.52º 0.97% 0.9% -
XYZ 57.48 66.46 9.97 -
YUV 196.83 20.31 151.66 -
System Red Green Blue C M Y K H S L
Decimal 230 217 6 0 0.06 0.97 0.10 56.52 0.95 0.46
Hex E6 D9 6 0 6 61 A 39 5F 2E
Octal 346 331 6 0 6 141 12 71 137 56
Binary 11100110 11011001 110 0 110 1100001 1010 111001 1011111 101110

Color Harmonies of #E6D906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D906

Black with #E6D906

Text Example


Text Example

White with #E6D906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D906; }

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

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

background-color css

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

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

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

border-color css

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

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

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