Html Css Color HEX #EFCC02 Tangerine Yellow

📋 copy color: '#EFCC02'

red 239 ◦ green 204 ◦ blue 2

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

Shades of Tangerine Yellow #EFCC02

Tints of Tangerine Yellow #EFCC02

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.84%

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

R = 53.71%
G = 45.84%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFCC02 (or 0xEFCC02) is known color: Tangerine Yellow. HEX triplet: EF, CC and 02. RGB value is (239,204,2). Sum of RGB (Red+Green+Blue) = 239+204+2=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 2 (1.17% from 255 or 0.45% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCC02 is #1033FD. Grayscale: #C0C0C0. Windows color (decimal): -1061886 or 183535. OLE color: 183535.

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

Color convert

RGB 239 204 2 -
CMYK 0 0.15 0.99 0.06
HSL 51.14º 0.98% 0.47% -
HSV(B) 51.14º 0.99% 0.94% -
XYZ 57.2 61.54 8.92 -
YUV 191.44 21.1 161.93 -
System Red Green Blue C M Y K H S L
Decimal 239 204 2 0 0.15 0.99 0.06 51.14 0.98 0.47
Hex EF CC 2 0 F 63 6 33 62 2F
Octal 357 314 2 0 17 143 6 63 142 57
Binary 11101111 11001100 10 0 1111 1100011 110 110011 1100010 101111

Color Harmonies of #EFCC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC02

Black with #EFCC02

Text Example


Text Example

White with #EFCC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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