Html Css Color HEX #EF9B00 Orange Peel

📋 copy color: '#EF9B00'

red 239 ◦ green 155 ◦ blue 0

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

Shades of Orange Peel #EF9B00

Tints of Orange Peel #EF9B00

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.66%
G = 39.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF9B00 (or 0xEF9B00) is known color: Orange Peel. HEX triplet: EF, 9B and 00. RGB value is (239,155,0). Sum of RGB (Red+Green+Blue) = 239+155+0=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9B00 is #1064FF. Grayscale: #A3A3A3. Windows color (decimal): -1074432 or 39919. OLE color: 39919.

HSL color Cylindrical-coordinate representation of color #EF9B00: hue angle of 38.91º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF9B00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 155 0 -
CMYK 0 0.35 1 0.06
HSL 38.91º 1% 0.47% -
HSV(B) 38.91º 1% 0.94% -
XYZ 47.32 41.79 5.57 -
YUV 162.45 36.33 182.6 -
System Red Green Blue C M Y K H S L
Decimal 239 155 0 0 0.35 1 0.06 38.91 1 0.47
Hex EF 9B 0 0 23 64 6 27 64 2F
Octal 357 233 0 0 43 144 6 47 144 57
Binary 11101111 10011011 0 0 100011 1100100 110 100111 1100100 101111

Color Harmonies of #EF9B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9B00

Black with #EF9B00

Text Example


Text Example

White with #EF9B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9B00; }

 p { color: rgb(239,155,0); }

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

background-color css

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

 a { background-color: rgb(239,155,0); }

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

border-color css

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

 span { border-color: rgb(239,155,0); }

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