Html Css Color HEX #EFA102 Orange Peel

📋 copy color: '#EFA102'

red 239 ◦ green 161 ◦ blue 2

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

Shades of Orange Peel #EFA102

Tints of Orange Peel #EFA102

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.05%

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

R = 59.45%
G = 40.05%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFA102 (or 0xEFA102) is known color: Orange Peel. HEX triplet: EF, A1 and 02. RGB value is (239,161,2). Sum of RGB (Red+Green+Blue) = 239+161+2=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 2 (1.17% from 255 or 0.50% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA102 is #105EFD. Grayscale: #A6A6A6. Windows color (decimal): -1072894 or 172527. OLE color: 172527.

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

Color convert

RGB 239 161 2 -
CMYK 0 0.33 0.99 0.06
HSL 40.25º 0.98% 0.47% -
HSV(B) 40.25º 0.99% 0.94% -
XYZ 48.35 43.84 5.97 -
YUV 166.2 35.34 179.93 -
System Red Green Blue C M Y K H S L
Decimal 239 161 2 0 0.33 0.99 0.06 40.25 0.98 0.47
Hex EF A1 2 0 21 63 6 28 62 2F
Octal 357 241 2 0 41 143 6 50 142 57
Binary 11101111 10100001 10 0 100001 1100011 110 101000 1100010 101111

Color Harmonies of #EFA102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA102

Black with #EFA102

Text Example


Text Example

White with #EFA102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA102; }

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

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

background-color css

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

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

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

border-color css

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

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

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