Html Css Color HEX #ECCF0A Tangerine Yellow

📋 copy color: '#ECCF0A'

red 236 ◦ green 207 ◦ blue 10

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

Shades of Tangerine Yellow #ECCF0A

Tints of Tangerine Yellow #ECCF0A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.7%

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

R = 52.1%
G = 45.7%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECCF0A (or 0xECCF0A) is known color: Tangerine Yellow. HEX triplet: EC, CF and 0A. RGB value is (236,207,10). Sum of RGB (Red+Green+Blue) = 236+207+10=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 10 (4.30% from 255 or 2.21% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCF0A is #1330F5. Grayscale: #C2C2C2. Windows color (decimal): -1257718 or 708588. OLE color: 708588.

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

Color convert

RGB 236 207 10 -
CMYK 0 0.12 0.96 0.07
HSL 52.3º 0.92% 0.48% -
HSV(B) 52.3º 0.96% 0.93% -
XYZ 56.96 62.48 9.34 -
YUV 193.21 24.61 158.52 -
System Red Green Blue C M Y K H S L
Decimal 236 207 10 0 0.12 0.96 0.07 52.3 0.92 0.48
Hex EC CF A 0 C 60 7 34 5C 30
Octal 354 317 12 0 14 140 7 64 134 60
Binary 11101100 11001111 1010 0 1100 1100000 111 110100 1011100 110000

Color Harmonies of #ECCF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCF0A

Black with #ECCF0A

Text Example


Text Example

White with #ECCF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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