Html Css Color HEX #E6D800 School Bus Yellow

📋 copy color: '#E6D800'

red 230 ◦ green 216 ◦ blue 0

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

Shades of School Bus Yellow #E6D800

Tints of School Bus Yellow #E6D800

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.57%
G = 48.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E6D800 (or 0xE6D800) is known color: School Bus Yellow. HEX triplet: E6, D8 and 00. RGB value is (230,216,0). Sum of RGB (Red+Green+Blue) = 230+216+0=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D800 is #1927FF. Grayscale: #C4C4C4. Windows color (decimal): -1648640 or 55526. OLE color: 55526.

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

Color convert

RGB 230 216 0 -
CMYK 0 0.06 1 0.10
HSL 56.35º 1% 0.45% -
HSV(B) 56.35º 1% 0.9% -
XYZ 57.19 65.93 9.71 -
YUV 195.56 17.64 152.56 -
System Red Green Blue C M Y K H S L
Decimal 230 216 0 0 0.06 1 0.10 56.35 1 0.45
Hex E6 D8 0 0 6 64 A 38 64 2D
Octal 346 330 0 0 6 144 12 70 144 55
Binary 11100110 11011000 0 0 110 1100100 1010 111000 1100100 101101

Color Harmonies of #E6D800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D800

Black with #E6D800

Text Example


Text Example

White with #E6D800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D800; }

 p { color: rgb(230,216,0); }

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

background-color css

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

 a { background-color: rgb(230,216,0); }

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

border-color css

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

 span { border-color: rgb(230,216,0); }

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