Html Css Color HEX #EFCC0A Tangerine Yellow

📋 copy color: '#EFCC0A'

red 239 ◦ green 204 ◦ blue 10

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

Shades of Tangerine Yellow #EFCC0A

Tints of Tangerine Yellow #EFCC0A

RGB

 RED value IS 239 (93.75% from 255) = 52.76%

 GREEN value IS 204 (80.08% from 255) = 45.03%

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

R = 52.76%
G = 45.03%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFCC0A (or 0xEFCC0A) is known color: Tangerine Yellow. HEX triplet: EF, CC and 0A. RGB value is (239,204,10). Sum of RGB (Red+Green+Blue) = 239+204+10=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 10 (4.30% from 255 or 2.21% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCC0A is #1033F5. Grayscale: #C1C1C1. Windows color (decimal): -1061878 or 707823. OLE color: 707823.

HSL color Cylindrical-coordinate representation of color #EFCC0A: hue angle of 50.83º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFCC0A is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 204 10 -
CMYK 0 0.15 0.96 0.06
HSL 50.83º 0.92% 0.49% -
HSV(B) 50.83º 0.96% 0.94% -
XYZ 57.24 61.56 9.15 -
YUV 192.35 25.1 161.27 -
System Red Green Blue C M Y K H S L
Decimal 239 204 10 0 0.15 0.96 0.06 50.83 0.92 0.49
Hex EF CC A 0 F 60 6 33 5C 31
Octal 357 314 12 0 17 140 6 63 134 61
Binary 11101111 11001100 1010 0 1111 1100000 110 110011 1011100 110001

Color Harmonies of #EFCC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC0A

Black with #EFCC0A

Text Example


Text Example

White with #EFCC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC0A; }

 p { color: rgb(239,204,10); }

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

background-color css

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

 a { background-color: rgb(239,204,10); }

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

border-color css

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

 span { border-color: rgb(239,204,10); }

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