Html Css Color HEX #ECCF02 Tangerine Yellow

📋 copy color: '#ECCF02'

red 236 ◦ green 207 ◦ blue 2

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

Shades of Tangerine Yellow #ECCF02

Tints of Tangerine Yellow #ECCF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 53.03%
G = 46.52%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECCF02 (or 0xECCF02) is known color: Tangerine Yellow. HEX triplet: EC, CF and 02. RGB value is (236,207,2). Sum of RGB (Red+Green+Blue) = 236+207+2=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 2 (1.17% from 255 or 0.45% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCF02 is #1330FD. Grayscale: #C1C1C1. Windows color (decimal): -1257726 or 184300. OLE color: 184300.

HSL color Cylindrical-coordinate representation of color #ECCF02: hue angle of 52.56º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECCF02 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 207 2 -
CMYK 0 0.12 0.99 0.07
HSL 52.56º 0.98% 0.47% -
HSV(B) 52.56º 0.99% 0.93% -
XYZ 56.92 62.46 9.11 -
YUV 192.3 20.61 159.17 -
System Red Green Blue C M Y K H S L
Decimal 236 207 2 0 0.12 0.99 0.07 52.56 0.98 0.47
Hex EC CF 2 0 C 63 7 35 62 2F
Octal 354 317 2 0 14 143 7 65 142 57
Binary 11101100 11001111 10 0 1100 1100011 111 110101 1100010 101111

Color Harmonies of #ECCF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCF02

Black with #ECCF02

Text Example


Text Example

White with #ECCF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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