Html Css Color HEX #EFA003 Orange Peel

📋 copy color: '#EFA003'

red 239 ◦ green 160 ◦ blue 3

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

Shades of Orange Peel #EFA003

Tints of Orange Peel #EFA003

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.8%

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 59.45%
G = 39.8%
B = 0.75%

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

#EFA003 (or 0xEFA003) is known color: Orange Peel. HEX triplet: EF, A0 and 03. RGB value is (239,160,3). Sum of RGB (Red+Green+Blue) = 239+160+3=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 3 (1.56% from 255 or 0.75% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA003 is #105FFC. Grayscale: #A6A6A6. Windows color (decimal): -1073149 or 237807. OLE color: 237807.

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

Color convert

RGB 239 160 3 -
CMYK 0 0.33 0.99 0.06
HSL 39.92º 0.98% 0.47% -
HSV(B) 39.92º 0.99% 0.94% -
XYZ 48.18 43.5 5.94 -
YUV 165.72 36.17 180.27 -
System Red Green Blue C M Y K H S L
Decimal 239 160 3 0 0.33 0.99 0.06 39.92 0.98 0.47
Hex EF A0 3 0 21 63 6 28 62 2F
Octal 357 240 3 0 41 143 6 50 142 57
Binary 11101111 10100000 11 0 100001 1100011 110 101000 1100010 101111

Color Harmonies of #EFA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA003

Black with #EFA003

Text Example


Text Example

White with #EFA003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA003; }

 p { color: rgb(239,160,3); }

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

background-color css

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

 a { background-color: rgb(239,160,3); }

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

border-color css

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

 span { border-color: rgb(239,160,3); }

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