Html Css Color HEX #E6D609 School Bus Yellow

📋 copy color: '#E6D609'

red 230 ◦ green 214 ◦ blue 9

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

Shades of School Bus Yellow #E6D609

Tints of School Bus Yellow #E6D609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.99%

R = 50.77%
G = 47.24%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E6D609 (or 0xE6D609) is known color: School Bus Yellow. HEX triplet: E6, D6 and 09. RGB value is (230,214,9). Sum of RGB (Red+Green+Blue) = 230+214+9=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 9 (3.91% from 255 or 1.99% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D609 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D609 is #1929F6. Grayscale: #C4C4C4. Windows color (decimal): -1649143 or 644838. OLE color: 644838.

HSL color Cylindrical-coordinate representation of color #E6D609: hue angle of 55.66º 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 #E6D609 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 214 9 -
CMYK 0 0.07 0.96 0.10
HSL 55.66º 0.92% 0.47% -
HSV(B) 55.66º 0.96% 0.9% -
XYZ 56.73 64.94 9.8 -
YUV 195.41 22.8 152.67 -
System Red Green Blue C M Y K H S L
Decimal 230 214 9 0 0.07 0.96 0.10 55.66 0.92 0.47
Hex E6 D6 9 0 7 60 A 38 5C 2F
Octal 346 326 11 0 7 140 12 70 134 57
Binary 11100110 11010110 1001 0 111 1100000 1010 111000 1011100 101111

Color Harmonies of #E6D609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D609

Black with #E6D609

Text Example


Text Example

White with #E6D609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D609; }

 p { color: rgb(230,214,9); }

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

background-color css

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

 a { background-color: rgb(230,214,9); }

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

border-color css

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

 span { border-color: rgb(230,214,9); }

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