Html Css Color HEX #EFCF00 Tangerine Yellow

📋 copy color: '#EFCF00'

red 239 ◦ green 207 ◦ blue 0

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

Shades of Tangerine Yellow #EFCF00

Tints of Tangerine Yellow #EFCF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.59%
G = 46.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFCF00 (or 0xEFCF00) is known color: Tangerine Yellow. HEX triplet: EF, CF and 00. RGB value is (239,207,0). Sum of RGB (Red+Green+Blue) = 239+207+0=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCF00 is #1030FF. Grayscale: #C1C1C1. Windows color (decimal): -1061120 or 53231. OLE color: 53231.

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

Color convert

RGB 239 207 0 -
CMYK 0 0.13 1 0.06
HSL 51.97º 1% 0.47% -
HSV(B) 51.97º 1% 0.94% -
XYZ 57.91 62.98 9.1 -
YUV 192.97 19.1 160.83 -
System Red Green Blue C M Y K H S L
Decimal 239 207 0 0 0.13 1 0.06 51.97 1 0.47
Hex EF CF 0 0 D 64 6 34 64 2F
Octal 357 317 0 0 15 144 6 64 144 57
Binary 11101111 11001111 0 0 1101 1100100 110 110100 1100100 101111

Color Harmonies of #EFCF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF00

Black with #EFCF00

Text Example


Text Example

White with #EFCF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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