Html Css Color HEX #EDD903 School Bus Yellow

📋 copy color: '#EDD903'

red 237 ◦ green 217 ◦ blue 3

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

Shades of School Bus Yellow #EDD903

Tints of School Bus Yellow #EDD903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.66%

R = 51.86%
G = 47.48%
B = 0.66%

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

#EDD903 (or 0xEDD903) is known color: School Bus Yellow. HEX triplet: ED, D9 and 03. RGB value is (237,217,3). Sum of RGB (Red+Green+Blue) = 237+217+3=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 3 (1.56% from 255 or 0.66% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD903 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD903 is #1226FC. Grayscale: #C7C7C7. Windows color (decimal): -1189629 or 252397. OLE color: 252397.

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

Color convert

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

Color Harmonies of #EDD903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD903

Black with #EDD903

Text Example


Text Example

White with #EDD903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD903; }

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

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

background-color css

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

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

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

border-color css

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

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

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