Html Css Color HEX #E6A24B Fire Bush

📋 copy color: '#E6A24B'

red 230 ◦ green 162 ◦ blue 75

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

Shades of Fire Bush #E6A24B

Tints of Fire Bush #E6A24B

RGB

 RED value IS 230 (90.23% from 255) = 49.25%

 GREEN value IS 162 (63.67% from 255) = 34.69%

 BLUE value IS 75 (29.69% from 255) = 16.06%

R = 49.25%
G = 34.69%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6A24B (or 0xE6A24B) is known color: Fire Bush. HEX triplet: E6, A2 and 4B. RGB value is (230,162,75). Sum of RGB (Red+Green+Blue) = 230+162+75=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A24B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A24B is #195DB4. Grayscale: #ACACAC. Windows color (decimal): -1662389 or 4956902. OLE color: 4956902.

HSL color Cylindrical-coordinate representation of color #E6A24B: hue angle of 33.68º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6A24B is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 162 75 -
CMYK 0 0.30 0.67 0.10
HSL 33.68º 0.76% 0.6% -
HSV(B) 33.68º 0.67% 0.9% -
XYZ 46.82 43.17 12.52 -
YUV 172.41 73.03 169.07 -
System Red Green Blue C M Y K H S L
Decimal 230 162 75 0 0.30 0.67 0.10 33.68 0.76 0.6
Hex E6 A2 4B 0 1E 43 A 22 4C 3C
Octal 346 242 113 0 36 103 12 42 114 74
Binary 11100110 10100010 1001011 0 11110 1000011 1010 100010 1001100 111100

Color Harmonies of #E6A24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A24B

Black with #E6A24B

Text Example


Text Example

White with #E6A24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A24B; }

 p { color: rgb(230,162,75); }

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

background-color css

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

 a { background-color: rgb(230,162,75); }

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

border-color css

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

 span { border-color: rgb(230,162,75); }

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