Html Css Color HEX #EEDA07 School Bus Yellow

📋 copy color: '#EEDA07'

red 238 ◦ green 218 ◦ blue 7

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

Shades of School Bus Yellow #EEDA07

Tints of School Bus Yellow #EEDA07

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.08%

 BLUE value IS 7 (3.13% from 255) = 1.51%

R = 51.4%
G = 47.08%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EEDA07 (or 0xEEDA07) is known color: School Bus Yellow. HEX triplet: EE, DA and 07. RGB value is (238,218,7). Sum of RGB (Red+Green+Blue) = 238+218+7=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 7 (3.12% from 255 or 1.51% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDA07 is #1125F8. Grayscale: #C8C8C8. Windows color (decimal): -1123833 or 514798. OLE color: 514798.

HSL color Cylindrical-coordinate representation of color #EEDA07: hue angle of 54.81º degrees, saturation: 0.94, 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 #EEDA07 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 218 7 -
CMYK 0 0.08 0.97 0.07
HSL 54.81º 0.94% 0.48% -
HSV(B) 54.81º 0.97% 0.93% -
XYZ 60.37 68.34 10.21 -
YUV 199.93 19.13 155.16 -
System Red Green Blue C M Y K H S L
Decimal 238 218 7 0 0.08 0.97 0.07 54.81 0.94 0.48
Hex EE DA 7 0 8 61 7 37 5E 30
Octal 356 332 7 0 10 141 7 67 136 60
Binary 11101110 11011010 111 0 1000 1100001 111 110111 1011110 110000

Color Harmonies of #EEDA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA07

Black with #EEDA07

Text Example


Text Example

White with #EEDA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA07; }

 p { color: rgb(238,218,7); }

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

background-color css

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

 a { background-color: rgb(238,218,7); }

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

border-color css

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

 span { border-color: rgb(238,218,7); }

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