Html Css Color HEX #E6D90A School Bus Yellow

📋 copy color: '#E6D90A'

red 230 ◦ green 217 ◦ blue 10

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

Shades of School Bus Yellow #E6D90A

Tints of School Bus Yellow #E6D90A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.19%

R = 50.33%
G = 47.48%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E6D90A (or 0xE6D90A) is known color: School Bus Yellow. HEX triplet: E6, D9 and 0A. RGB value is (230,217,10). Sum of RGB (Red+Green+Blue) = 230+217+10=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 10 (4.30% from 255 or 2.19% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D90A is #1926F5. Grayscale: #C6C6C6. Windows color (decimal): -1648374 or 711142. OLE color: 711142.

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

Color convert

RGB 230 217 10 -
CMYK 0 0.06 0.96 0.10
HSL 56.45º 0.92% 0.47% -
HSV(B) 56.45º 0.96% 0.9% -
XYZ 57.5 66.47 10.09 -
YUV 197.29 22.31 151.33 -
System Red Green Blue C M Y K H S L
Decimal 230 217 10 0 0.06 0.96 0.10 56.45 0.92 0.47
Hex E6 D9 A 0 6 60 A 38 5C 2F
Octal 346 331 12 0 6 140 12 70 134 57
Binary 11100110 11011001 1010 0 110 1100000 1010 111000 1011100 101111

Color Harmonies of #E6D90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D90A

Black with #E6D90A

Text Example


Text Example

White with #E6D90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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