Html Css Color HEX #ECD803 School Bus Yellow

📋 copy color: '#ECD803'

red 236 ◦ green 216 ◦ blue 3

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

Shades of School Bus Yellow #ECD803

Tints of School Bus Yellow #ECD803

RGB

 RED value IS 236 (92.58% from 255) = 51.87%

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

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

R = 51.87%
G = 47.47%
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

#ECD803 (or 0xECD803) is known color: School Bus Yellow. HEX triplet: EC, D8 and 03. RGB value is (236,216,3). Sum of RGB (Red+Green+Blue) = 236+216+3=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD803 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD803 is #1327FC. Grayscale: #C6C6C6. Windows color (decimal): -1255421 or 252140. OLE color: 252140.

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

Color convert

RGB 236 216 3 -
CMYK 0 0.08 0.99 0.07
HSL 54.85º 0.97% 0.47% -
HSV(B) 54.85º 0.99% 0.93% -
XYZ 59.16 66.95 9.89 -
YUV 197.7 18.13 155.32 -
System Red Green Blue C M Y K H S L
Decimal 236 216 3 0 0.08 0.99 0.07 54.85 0.97 0.47
Hex EC D8 3 0 8 63 7 37 61 2F
Octal 354 330 3 0 10 143 7 67 141 57
Binary 11101100 11011000 11 0 1000 1100011 111 110111 1100001 101111

Color Harmonies of #ECD803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD803

Black with #ECD803

Text Example


Text Example

White with #ECD803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD803; }

 p { color: rgb(236,216,3); }

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

background-color css

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

 a { background-color: rgb(236,216,3); }

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

border-color css

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

 span { border-color: rgb(236,216,3); }

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