Html Css Color HEX #EED705 School Bus Yellow

📋 copy color: '#EED705'

red 238 ◦ green 215 ◦ blue 5

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

Shades of School Bus Yellow #EED705

Tints of School Bus Yellow #EED705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.09%

R = 51.97%
G = 46.94%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EED705 (or 0xEED705) is known color: School Bus Yellow. HEX triplet: EE, D7 and 05. RGB value is (238,215,5). Sum of RGB (Red+Green+Blue) = 238+215+5=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 5 (2.34% from 255 or 1.09% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EED705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED705 is #1128FA. Grayscale: #C6C6C6. Windows color (decimal): -1124603 or 382958. OLE color: 382958.

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

Color convert

RGB 238 215 5 -
CMYK 0 0.10 0.98 0.07
HSL 54.08º 0.96% 0.48% -
HSV(B) 54.08º 0.98% 0.93% -
XYZ 59.59 66.79 9.89 -
YUV 197.94 19.12 156.58 -
System Red Green Blue C M Y K H S L
Decimal 238 215 5 0 0.10 0.98 0.07 54.08 0.96 0.48
Hex EE D7 5 0 A 62 7 36 60 30
Octal 356 327 5 0 12 142 7 66 140 60
Binary 11101110 11010111 101 0 1010 1100010 111 110110 1100000 110000

Color Harmonies of #EED705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED705

Black with #EED705

Text Example


Text Example

White with #EED705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED705; }

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

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

background-color css

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

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

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

border-color css

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

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

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