Html Css Color HEX #EF921B Carrot Orange

📋 copy color: '#EF921B'

red 239 ◦ green 146 ◦ blue 27

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

Shades of Carrot Orange #EF921B

Tints of Carrot Orange #EF921B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.44%

 BLUE value IS 27 (10.94% from 255) = 6.55%

R = 58.01%
G = 35.44%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF921B (or 0xEF921B) is known color: Carrot Orange. HEX triplet: EF, 92 and 1B. RGB value is (239,146,27). Sum of RGB (Red+Green+Blue) = 239+146+27=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF921B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF921B is #106DE4. Grayscale: #A0A0A0. Windows color (decimal): -1076709 or 1807087. OLE color: 1807087.

HSL color Cylindrical-coordinate representation of color #EF921B: hue angle of 33.68º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF921B is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 146 27 -
CMYK 0 0.39 0.89 0.06
HSL 33.68º 0.87% 0.52% -
HSV(B) 33.68º 0.89% 0.94% -
XYZ 46.07 38.99 6.13 -
YUV 160.24 52.81 184.18 -
System Red Green Blue C M Y K H S L
Decimal 239 146 27 0 0.39 0.89 0.06 33.68 0.87 0.52
Hex EF 92 1B 0 27 59 6 22 57 34
Octal 357 222 33 0 47 131 6 42 127 64
Binary 11101111 10010010 11011 0 100111 1011001 110 100010 1010111 110100

Color Harmonies of #EF921B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF921B

Black with #EF921B

Text Example


Text Example

White with #EF921B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF921B; }

 p { color: rgb(239,146,27); }

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

background-color css

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

 a { background-color: rgb(239,146,27); }

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

border-color css

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

 span { border-color: rgb(239,146,27); }

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