Html Css Color HEX #ECAF0A Gamboge

📋 copy color: '#ECAF0A'

red 236 ◦ green 175 ◦ blue 10

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

Shades of Gamboge #ECAF0A

Tints of Gamboge #ECAF0A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.57%

 BLUE value IS 10 (4.3% from 255) = 2.38%

R = 56.06%
G = 41.57%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECAF0A (or 0xECAF0A) is known color: Gamboge. HEX triplet: EC, AF and 0A. RGB value is (236,175,10). Sum of RGB (Red+Green+Blue) = 236+175+10=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 10 (4.30% from 255 or 2.38% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAF0A is #1350F5. Grayscale: #AFAFAF. Windows color (decimal): -1265910 or 700396. OLE color: 700396.

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

Color convert

RGB 236 175 10 -
CMYK 0 0.26 0.96 0.07
HSL 43.81º 0.92% 0.48% -
HSV(B) 43.81º 0.96% 0.93% -
XYZ 49.98 48.51 7.02 -
YUV 174.43 35.21 171.92 -
System Red Green Blue C M Y K H S L
Decimal 236 175 10 0 0.26 0.96 0.07 43.81 0.92 0.48
Hex EC AF A 0 1A 60 7 2C 5C 30
Octal 354 257 12 0 32 140 7 54 134 60
Binary 11101100 10101111 1010 0 11010 1100000 111 101100 1011100 110000

Color Harmonies of #ECAF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF0A

Black with #ECAF0A

Text Example


Text Example

White with #ECAF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF0A; }

 p { color: rgb(236,175,10); }

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

background-color css

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

 a { background-color: rgb(236,175,10); }

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

border-color css

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

 span { border-color: rgb(236,175,10); }

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