Html Css Color HEX #EDD902 School Bus Yellow

📋 copy color: '#EDD902'

red 237 ◦ green 217 ◦ blue 2

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

Shades of School Bus Yellow #EDD902

Tints of School Bus Yellow #EDD902

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.59%

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 51.97%
G = 47.59%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDD902 (or 0xEDD902) is known color: School Bus Yellow. HEX triplet: ED, D9 and 02. RGB value is (237,217,2). Sum of RGB (Red+Green+Blue) = 237+217+2=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 2 (1.17% from 255 or 0.44% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD902 is #1226FD. Grayscale: #C7C7C7. Windows color (decimal): -1189630 or 186861. OLE color: 186861.

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

Color convert

RGB 237 217 2 -
CMYK 0 0.08 0.99 0.07
HSL 54.89º 0.98% 0.47% -
HSV(B) 54.89º 0.99% 0.93% -
XYZ 59.75 67.63 9.96 -
YUV 198.47 17.13 155.48 -
System Red Green Blue C M Y K H S L
Decimal 237 217 2 0 0.08 0.99 0.07 54.89 0.98 0.47
Hex ED D9 2 0 8 63 7 37 62 2F
Octal 355 331 2 0 10 143 7 67 142 57
Binary 11101101 11011001 10 0 1000 1100011 111 110111 1100010 101111

Color Harmonies of #EDD902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD902

Black with #EDD902

Text Example


Text Example

White with #EDD902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD902; }

 p { color: rgb(237,217,2); }

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

background-color css

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

 a { background-color: rgb(237,217,2); }

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

border-color css

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

 span { border-color: rgb(237,217,2); }

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