Html Css Color HEX #ECAC07 Gamboge

📋 copy color: '#ECAC07'

red 236 ◦ green 172 ◦ blue 7

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

Shades of Gamboge #ECAC07

Tints of Gamboge #ECAC07

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.45%

 BLUE value IS 7 (3.13% from 255) = 1.69%

R = 56.87%
G = 41.45%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECAC07 (or 0xECAC07) is known color: Gamboge. HEX triplet: EC, AC and 07. RGB value is (236,172,7). Sum of RGB (Red+Green+Blue) = 236+172+7=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 7 (3.12% from 255 or 1.69% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAC07 is #1353F8. Grayscale: #ADADAD. Windows color (decimal): -1266681 or 503020. OLE color: 503020.

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

Color convert

RGB 236 172 7 -
CMYK 0 0.27 0.97 0.07
HSL 43.23º 0.94% 0.48% -
HSV(B) 43.23º 0.97% 0.93% -
XYZ 49.38 47.35 6.74 -
YUV 172.33 34.7 173.42 -
System Red Green Blue C M Y K H S L
Decimal 236 172 7 0 0.27 0.97 0.07 43.23 0.94 0.48
Hex EC AC 7 0 1B 61 7 2B 5E 30
Octal 354 254 7 0 33 141 7 53 136 60
Binary 11101100 10101100 111 0 11011 1100001 111 101011 1011110 110000

Color Harmonies of #ECAC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC07

Black with #ECAC07

Text Example


Text Example

White with #ECAC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC07; }

 p { color: rgb(236,172,7); }

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

background-color css

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

 a { background-color: rgb(236,172,7); }

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

border-color css

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

 span { border-color: rgb(236,172,7); }

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