Html Css Color HEX #ECD90B School Bus Yellow

📋 copy color: '#ECD90B'

red 236 ◦ green 217 ◦ blue 11

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

Shades of School Bus Yellow #ECD90B

Tints of School Bus Yellow #ECD90B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.37%

R = 50.86%
G = 46.77%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECD90B (or 0xECD90B) is known color: School Bus Yellow. HEX triplet: EC, D9 and 0B. RGB value is (236,217,11). Sum of RGB (Red+Green+Blue) = 236+217+11=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 11 (4.69% from 255 or 2.37% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD90B is #1326F4. Grayscale: #C8C8C8. Windows color (decimal): -1255157 or 776684. OLE color: 776684.

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

Color convert

RGB 236 217 11 -
CMYK 0 0.08 0.95 0.07
HSL 54.93º 0.91% 0.48% -
HSV(B) 54.93º 0.95% 0.93% -
XYZ 59.47 67.48 10.21 -
YUV 199.2 21.79 154.25 -
System Red Green Blue C M Y K H S L
Decimal 236 217 11 0 0.08 0.95 0.07 54.93 0.91 0.48
Hex EC D9 B 0 8 5F 7 37 5B 30
Octal 354 331 13 0 10 137 7 67 133 60
Binary 11101100 11011001 1011 0 1000 1011111 111 110111 1011011 110000

Color Harmonies of #ECD90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD90B

Black with #ECD90B

Text Example


Text Example

White with #ECD90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD90B; }

 p { color: rgb(236,217,11); }

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

background-color css

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

 a { background-color: rgb(236,217,11); }

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

border-color css

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

 span { border-color: rgb(236,217,11); }

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