Html Css Color HEX #EFCF0D Tangerine Yellow

📋 copy color: '#EFCF0D'

red 239 ◦ green 207 ◦ blue 13

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

Shades of Tangerine Yellow #EFCF0D

Tints of Tangerine Yellow #EFCF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.83%

R = 52.07%
G = 45.1%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFCF0D (or 0xEFCF0D) is known color: Tangerine Yellow. HEX triplet: EF, CF and 0D. RGB value is (239,207,13). Sum of RGB (Red+Green+Blue) = 239+207+13=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 13 (5.47% from 255 or 2.83% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCF0D is #1030F2. Grayscale: #C3C3C3. Windows color (decimal): -1061107 or 905199. OLE color: 905199.

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

Color convert

RGB 239 207 13 -
CMYK 0 0.13 0.95 0.06
HSL 51.5º 0.9% 0.49% -
HSV(B) 51.5º 0.95% 0.94% -
XYZ 57.98 63.01 9.49 -
YUV 194.45 25.6 159.77 -
System Red Green Blue C M Y K H S L
Decimal 239 207 13 0 0.13 0.95 0.06 51.5 0.9 0.49
Hex EF CF D 0 D 5F 6 34 5A 31
Octal 357 317 15 0 15 137 6 64 132 61
Binary 11101111 11001111 1101 0 1101 1011111 110 110100 1011010 110001

Color Harmonies of #EFCF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF0D

Black with #EFCF0D

Text Example


Text Example

White with #EFCF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF0D; }

 p { color: rgb(239,207,13); }

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

background-color css

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

 a { background-color: rgb(239,207,13); }

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

border-color css

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

 span { border-color: rgb(239,207,13); }

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