Html Css Color HEX #EED706 School Bus Yellow

📋 copy color: '#EED706'

red 238 ◦ green 215 ◦ blue 6

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

Shades of School Bus Yellow #EED706

Tints of School Bus Yellow #EED706

RGB

 RED value IS 238 (93.36% from 255) = 51.85%

 GREEN value IS 215 (84.38% from 255) = 46.84%

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

R = 51.85%
G = 46.84%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EED706 (or 0xEED706) is known color: School Bus Yellow. HEX triplet: EE, D7 and 06. RGB value is (238,215,6). Sum of RGB (Red+Green+Blue) = 238+215+6=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 6 (2.73% from 255 or 1.31% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EED706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED706 is #1128F9. Grayscale: #C6C6C6. Windows color (decimal): -1124602 or 448494. OLE color: 448494.

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

Color convert

RGB 238 215 6 -
CMYK 0 0.10 0.97 0.07
HSL 54.05º 0.95% 0.48% -
HSV(B) 54.05º 0.97% 0.93% -
XYZ 59.59 66.79 9.92 -
YUV 198.05 19.62 156.49 -
System Red Green Blue C M Y K H S L
Decimal 238 215 6 0 0.10 0.97 0.07 54.05 0.95 0.48
Hex EE D7 6 0 A 61 7 36 5F 30
Octal 356 327 6 0 12 141 7 66 137 60
Binary 11101110 11010111 110 0 1010 1100001 111 110110 1011111 110000

Color Harmonies of #EED706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED706

Black with #EED706

Text Example


Text Example

White with #EED706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED706; }

 p { color: rgb(238,215,6); }

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

background-color css

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

 a { background-color: rgb(238,215,6); }

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

border-color css

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

 span { border-color: rgb(238,215,6); }

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