Html Css Color HEX #EDD807 School Bus Yellow

📋 copy color: '#EDD807'

red 237 ◦ green 216 ◦ blue 7

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

Shades of School Bus Yellow #EDD807

Tints of School Bus Yellow #EDD807

RGB

 RED value IS 237 (92.97% from 255) = 51.52%

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

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

R = 51.52%
G = 46.96%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDD807 (or 0xEDD807) is known color: School Bus Yellow. HEX triplet: ED, D8 and 07. RGB value is (237,216,7). Sum of RGB (Red+Green+Blue) = 237+216+7=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 7 (3.12% from 255 or 1.52% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD807 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD807 is #1227F8. Grayscale: #C7C7C7. Windows color (decimal): -1189881 or 514285. OLE color: 514285.

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

Color convert

RGB 237 216 7 -
CMYK 0 0.09 0.97 0.07
HSL 54.52º 0.94% 0.48% -
HSV(B) 54.52º 0.97% 0.93% -
XYZ 59.52 67.13 10.02 -
YUV 198.45 19.96 155.49 -
System Red Green Blue C M Y K H S L
Decimal 237 216 7 0 0.09 0.97 0.07 54.52 0.94 0.48
Hex ED D8 7 0 9 61 7 37 5E 30
Octal 355 330 7 0 11 141 7 67 136 60
Binary 11101101 11011000 111 0 1001 1100001 111 110111 1011110 110000

Color Harmonies of #EDD807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD807

Black with #EDD807

Text Example


Text Example

White with #EDD807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD807; }

 p { color: rgb(237,216,7); }

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

background-color css

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

 a { background-color: rgb(237,216,7); }

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

border-color css

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

 span { border-color: rgb(237,216,7); }

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