#EDD609

Color #EDD609 School Bus Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of School Bus Yellow #EDD609

Tints of School Bus Yellow #EDD609

Color information

#EDD609 (or 0xEDD609) is unknown color: approx School Bus Yellow. HEX triplet: ED, D6 and 09. RGB value is (237,214,9). Sum of RGB (Red+Green+Blue) = 237+214+9=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 9 (3.91% from 255 or 1.96% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD609 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD609 is #1229F6. Grayscale: #C6C6C6. Windows color (decimal): -1190391 or 644845. OLE color: 644845.

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

Color convert

RGB2372149-
CMYK00.100.960.07
HSL53.95º92.68%48.24%-
HSV(B)53.95º96.2%92.94%-
XYZ59.0266.129.91-
YUV197.5121.62156.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.52%
GREEN value IS 214 (83.98% from 255) = 46.52%
BLUE value IS 9 (3.91% from 255) = 1.96%
R=51.52%
G=46.52%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.96
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237214900.100.960.0753.9592.6848.24
HexEDD690A607365d30
Octal3553261101214076613560
Binary111011011101011010010101011000001111101101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD609; }

 p { color: rgb(237,214,9); }

 H1.HeaderClassName
 {
   color: #EDD609;
 }
 .AnyTagClassName
 {
   color: #EDD609;
 }
</style>
background-color css

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

 a { background-color: rgb(237,214,9); }

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

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

 span { border-color: rgb(237,214,9); }

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