Html Css Color HEX #ECAF07 Selective Yellow

📋 copy color: '#ECAF07'

red 236 ◦ green 175 ◦ blue 7

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

Shades of Selective Yellow #ECAF07

Tints of Selective Yellow #ECAF07

RGB

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

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

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

R = 56.46%
G = 41.87%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECAF07 (or 0xECAF07) is known color: Selective Yellow. HEX triplet: EC, AF and 07. RGB value is (236,175,7). Sum of RGB (Red+Green+Blue) = 236+175+7=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 7 (3.12% from 255 or 1.67% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAF07 is #1350F8. Grayscale: #AEAEAE. Windows color (decimal): -1265913 or 503788. OLE color: 503788.

HSL color Cylindrical-coordinate representation of color #ECAF07: hue angle of 44.02º 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 #ECAF07 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 175 7 -
CMYK 0 0.26 0.97 0.07
HSL 44.02º 0.94% 0.48% -
HSV(B) 44.02º 0.97% 0.93% -
XYZ 49.96 48.51 6.93 -
YUV 174.09 33.71 172.16 -
System Red Green Blue C M Y K H S L
Decimal 236 175 7 0 0.26 0.97 0.07 44.02 0.94 0.48
Hex EC AF 7 0 1A 61 7 2C 5E 30
Octal 354 257 7 0 32 141 7 54 136 60
Binary 11101100 10101111 111 0 11010 1100001 111 101100 1011110 110000

Color Harmonies of #ECAF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF07

Black with #ECAF07

Text Example


Text Example

White with #ECAF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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