Html Css Color HEX #EFCB0A Tangerine Yellow

📋 copy color: '#EFCB0A'

red 239 ◦ green 203 ◦ blue 10

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

Shades of Tangerine Yellow #EFCB0A

Tints of Tangerine Yellow #EFCB0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.21%

R = 52.88%
G = 44.91%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFCB0A (or 0xEFCB0A) is known color: Tangerine Yellow. HEX triplet: EF, CB and 0A. RGB value is (239,203,10). Sum of RGB (Red+Green+Blue) = 239+203+10=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 10 (4.30% from 255 or 2.21% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCB0A is #1034F5. Grayscale: #C0C0C0. Windows color (decimal): -1062134 or 707567. OLE color: 707567.

HSL color Cylindrical-coordinate representation of color #EFCB0A: hue angle of 50.57º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFCB0A is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 203 10 -
CMYK 0 0.15 0.96 0.06
HSL 50.57º 0.92% 0.49% -
HSV(B) 50.57º 0.96% 0.94% -
XYZ 57.01 61.08 9.07 -
YUV 191.76 25.43 161.69 -
System Red Green Blue C M Y K H S L
Decimal 239 203 10 0 0.15 0.96 0.06 50.57 0.92 0.49
Hex EF CB A 0 F 60 6 33 5C 31
Octal 357 313 12 0 17 140 6 63 134 61
Binary 11101111 11001011 1010 0 1111 1100000 110 110011 1011100 110001

Color Harmonies of #EFCB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB0A

Black with #EFCB0A

Text Example


Text Example

White with #EFCB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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