Html Css Color HEX #EFCD0A Tangerine Yellow

📋 copy color: '#EFCD0A'

red 239 ◦ green 205 ◦ blue 10

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

Shades of Tangerine Yellow #EFCD0A

Tints of Tangerine Yellow #EFCD0A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.15%

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

R = 52.64%
G = 45.15%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFCD0A (or 0xEFCD0A) is known color: Tangerine Yellow. HEX triplet: EF, CD and 0A. RGB value is (239,205,10). Sum of RGB (Red+Green+Blue) = 239+205+10=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 10 (4.30% from 255 or 2.20% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCD0A is #1032F5. Grayscale: #C1C1C1. Windows color (decimal): -1061622 or 708079. OLE color: 708079.

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

Color convert

RGB 239 205 10 -
CMYK 0 0.14 0.96 0.06
HSL 51.09º 0.92% 0.49% -
HSV(B) 51.09º 0.96% 0.94% -
XYZ 57.48 62.04 9.23 -
YUV 192.94 24.76 160.86 -
System Red Green Blue C M Y K H S L
Decimal 239 205 10 0 0.14 0.96 0.06 51.09 0.92 0.49
Hex EF CD A 0 E 60 6 33 5C 31
Octal 357 315 12 0 16 140 6 63 134 61
Binary 11101111 11001101 1010 0 1110 1100000 110 110011 1011100 110001

Color Harmonies of #EFCD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD0A

Black with #EFCD0A

Text Example


Text Example

White with #EFCD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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