Html Css Color HEX #EFCD01 Tangerine Yellow

📋 copy color: '#EFCD01'

red 239 ◦ green 205 ◦ blue 1

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

Shades of Tangerine Yellow #EFCD01

Tints of Tangerine Yellow #EFCD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 53.71%
G = 46.07%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFCD01 (or 0xEFCD01) is known color: Tangerine Yellow. HEX triplet: EF, CD and 01. RGB value is (239,205,1). Sum of RGB (Red+Green+Blue) = 239+205+1=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 1 (0.78% from 255 or 0.22% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCD01 is #1032FE. Grayscale: #C0C0C0. Windows color (decimal): -1061631 or 118255. OLE color: 118255.

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

Color convert

RGB 239 205 1 -
CMYK 0 0.14 1.00 0.06
HSL 51.43º 0.99% 0.47% -
HSV(B) 51.43º 1% 0.94% -
XYZ 57.43 62.02 8.97 -
YUV 191.91 20.26 161.59 -
System Red Green Blue C M Y K H S L
Decimal 239 205 1 0 0.14 1.00 0.06 51.43 0.99 0.47
Hex EF CD 1 0 E 64 6 33 63 2F
Octal 357 315 1 0 16 144 6 63 143 57
Binary 11101111 11001101 1 0 1110 1100100 110 110011 1100011 101111

Color Harmonies of #EFCD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD01

Black with #EFCD01

Text Example


Text Example

White with #EFCD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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