Html Css Color HEX #EDD603 School Bus Yellow

📋 copy color: '#EDD603'

red 237 ◦ green 214 ◦ blue 3

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

Shades of School Bus Yellow #EDD603

Tints of School Bus Yellow #EDD603

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.14%

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

R = 52.2%
G = 47.14%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDD603 (or 0xEDD603) is known color: School Bus Yellow. HEX triplet: ED, D6 and 03. RGB value is (237,214,3). Sum of RGB (Red+Green+Blue) = 237+214+3=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 3 (1.56% from 255 or 0.66% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD603 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD603 is #1229FC. Grayscale: #C5C5C5. Windows color (decimal): -1190397 or 251629. OLE color: 251629.

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

Color convert

RGB 237 214 3 -
CMYK 0 0.10 0.99 0.07
HSL 54.1º 0.98% 0.47% -
HSV(B) 54.1º 0.99% 0.93% -
XYZ 58.99 66.1 9.74 -
YUV 196.82 18.62 156.66 -
System Red Green Blue C M Y K H S L
Decimal 237 214 3 0 0.10 0.99 0.07 54.1 0.98 0.47
Hex ED D6 3 0 A 63 7 36 62 2F
Octal 355 326 3 0 12 143 7 66 142 57
Binary 11101101 11010110 11 0 1010 1100011 111 110110 1100010 101111

Color Harmonies of #EDD603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD603

Black with #EDD603

Text Example


Text Example

White with #EDD603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD603; }

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

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

background-color css

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

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

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

border-color css

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

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

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