Html Css Color HEX #EFCB0C Tangerine Yellow

📋 copy color: '#EFCB0C'

red 239 ◦ green 203 ◦ blue 12

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

Shades of Tangerine Yellow #EFCB0C

Tints of Tangerine Yellow #EFCB0C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.71%

 BLUE value IS 12 (5.08% from 255) = 2.64%

R = 52.64%
G = 44.71%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFCB0C (or 0xEFCB0C) is known color: Tangerine Yellow. HEX triplet: EF, CB and 0C. RGB value is (239,203,12). Sum of RGB (Red+Green+Blue) = 239+203+12=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 12 (5.08% from 255 or 2.64% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCB0C is #1034F3. Grayscale: #C0C0C0. Windows color (decimal): -1062132 or 838639. OLE color: 838639.

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

Color convert

RGB 239 203 12 -
CMYK 0 0.15 0.95 0.06
HSL 50.48º 0.9% 0.49% -
HSV(B) 50.48º 0.95% 0.94% -
XYZ 57.02 61.09 9.13 -
YUV 191.99 26.43 161.53 -
System Red Green Blue C M Y K H S L
Decimal 239 203 12 0 0.15 0.95 0.06 50.48 0.9 0.49
Hex EF CB C 0 F 5F 6 32 5A 31
Octal 357 313 14 0 17 137 6 62 132 61
Binary 11101111 11001011 1100 0 1111 1011111 110 110010 1011010 110001

Color Harmonies of #EFCB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB0C

Black with #EFCB0C

Text Example


Text Example

White with #EFCB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB0C; }

 p { color: rgb(239,203,12); }

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

background-color css

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

 a { background-color: rgb(239,203,12); }

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

border-color css

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

 span { border-color: rgb(239,203,12); }

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