Html Css Color HEX #ECAF30 Gold Tips

📋 copy color: '#ECAF30'

red 236 ◦ green 175 ◦ blue 48

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

Shades of Gold Tips #ECAF30

Tints of Gold Tips #ECAF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.46%

R = 51.42%
G = 38.13%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECAF30 (or 0xECAF30) is known color: Gold Tips. HEX triplet: EC, AF and 30. RGB value is (236,175,48). Sum of RGB (Red+Green+Blue) = 236+175+48=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF30 is #1350CF. Grayscale: #B3B3B3. Windows color (decimal): -1265872 or 3190764. OLE color: 3190764.

HSL color Cylindrical-coordinate representation of color #ECAF30: hue angle of 40.53º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECAF30 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 175 48 -
CMYK 0 0.26 0.80 0.07
HSL 40.53º 0.83% 0.56% -
HSV(B) 40.53º 0.8% 0.93% -
XYZ 50.46 48.71 9.54 -
YUV 178.76 54.21 168.83 -
System Red Green Blue C M Y K H S L
Decimal 236 175 48 0 0.26 0.80 0.07 40.53 0.83 0.56
Hex EC AF 30 0 1A 50 7 29 53 38
Octal 354 257 60 0 32 120 7 51 123 70
Binary 11101100 10101111 110000 0 11010 1010000 111 101001 1010011 111000

Color Harmonies of #ECAF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF30

Black with #ECAF30

Text Example


Text Example

White with #ECAF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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