Html Css Color HEX #EE7F0B Tangerine

📋 copy color: '#EE7F0B'

red 238 ◦ green 127 ◦ blue 11

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

Shades of Tangerine #EE7F0B

Tints of Tangerine #EE7F0B

RGB

 RED value IS 238 (93.36% from 255) = 63.3%

 GREEN value IS 127 (50% from 255) = 33.78%

 BLUE value IS 11 (4.69% from 255) = 2.93%

R = 63.3%
G = 33.78%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE7F0B (or 0xEE7F0B) is known color: Tangerine. HEX triplet: EE, 7F and 0B. RGB value is (238,127,11). Sum of RGB (Red+Green+Blue) = 238+127+11=376 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.30% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7F0B is #1180F4. Grayscale: #939393. Windows color (decimal): -1147125 or 753646. OLE color: 753646.

HSL color Cylindrical-coordinate representation of color #EE7F0B: hue angle of 30.66º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE7F0B is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 127 11 -
CMYK 0 0.47 0.95 0.07
HSL 30.66º 0.91% 0.49% -
HSV(B) 30.66º 0.95% 0.93% -
XYZ 42.91 33.38 4.5 -
YUV 146.97 51.27 192.93 -
System Red Green Blue C M Y K H S L
Decimal 238 127 11 0 0.47 0.95 0.07 30.66 0.91 0.49
Hex EE 7F B 0 2F 5F 7 1F 5B 31
Octal 356 177 13 0 57 137 7 37 133 61
Binary 11101110 1111111 1011 0 101111 1011111 111 11111 1011011 110001

Color Harmonies of #EE7F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7F0B

Black with #EE7F0B

Text Example


Text Example

White with #EE7F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7F0B; }

 p { color: rgb(238,127,11); }

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

background-color css

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

 a { background-color: rgb(238,127,11); }

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

border-color css

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

 span { border-color: rgb(238,127,11); }

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