Html Css Color HEX #ECB30C Selective Yellow

📋 copy color: '#ECB30C'

red 236 ◦ green 179 ◦ blue 12

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

Shades of Selective Yellow #ECB30C

Tints of Selective Yellow #ECB30C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.92%

 BLUE value IS 12 (5.08% from 255) = 2.81%

R = 55.27%
G = 41.92%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECB30C (or 0xECB30C) is known color: Selective Yellow. HEX triplet: EC, B3 and 0C. RGB value is (236,179,12). Sum of RGB (Red+Green+Blue) = 236+179+12=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB30C is #134CF3. Grayscale: #B1B1B1. Windows color (decimal): -1264884 or 832492. OLE color: 832492.

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

Color convert

RGB 236 179 12 -
CMYK 0 0.24 0.95 0.07
HSL 44.73º 0.9% 0.49% -
HSV(B) 44.73º 0.95% 0.93% -
XYZ 50.78 50.1 7.34 -
YUV 177.01 34.88 170.08 -
System Red Green Blue C M Y K H S L
Decimal 236 179 12 0 0.24 0.95 0.07 44.73 0.9 0.49
Hex EC B3 C 0 18 5F 7 2D 5A 31
Octal 354 263 14 0 30 137 7 55 132 61
Binary 11101100 10110011 1100 0 11000 1011111 111 101101 1011010 110001

Color Harmonies of #ECB30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB30C

Black with #ECB30C

Text Example


Text Example

White with #ECB30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB30C; }

 p { color: rgb(236,179,12); }

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

background-color css

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

 a { background-color: rgb(236,179,12); }

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

border-color css

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

 span { border-color: rgb(236,179,12); }

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