Html Css Color HEX #EFCD02 Tangerine Yellow

📋 copy color: '#EFCD02'

red 239 ◦ green 205 ◦ blue 2

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

Shades of Tangerine Yellow #EFCD02

Tints of Tangerine Yellow #EFCD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 53.59%
G = 45.96%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFCD02 (or 0xEFCD02) is known color: Tangerine Yellow. HEX triplet: EF, CD and 02. RGB value is (239,205,2). Sum of RGB (Red+Green+Blue) = 239+205+2=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCD02 is #1032FD. Grayscale: #C0C0C0. Windows color (decimal): -1061630 or 183791. OLE color: 183791.

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

Color convert

RGB 239 205 2 -
CMYK 0 0.14 0.99 0.06
HSL 51.39º 0.98% 0.47% -
HSV(B) 51.39º 0.99% 0.94% -
XYZ 57.44 62.02 9 -
YUV 192.02 20.76 161.51 -
System Red Green Blue C M Y K H S L
Decimal 239 205 2 0 0.14 0.99 0.06 51.39 0.98 0.47
Hex EF CD 2 0 E 63 6 33 62 2F
Octal 357 315 2 0 16 143 6 63 142 57
Binary 11101111 11001101 10 0 1110 1100011 110 110011 1100010 101111

Color Harmonies of #EFCD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD02

Black with #EFCD02

Text Example


Text Example

White with #EFCD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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