Html Css Color HEX #EC893D California

📋 copy color: '#EC893D'

red 236 ◦ green 137 ◦ blue 61

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

Shades of California #EC893D

Tints of California #EC893D

RGB

 RED value IS 236 (92.58% from 255) = 54.38%

 GREEN value IS 137 (53.91% from 255) = 31.57%

 BLUE value IS 61 (24.22% from 255) = 14.06%

R = 54.38%
G = 31.57%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC893D (or 0xEC893D) is known color: California. HEX triplet: EC, 89 and 3D. RGB value is (236,137,61). Sum of RGB (Red+Green+Blue) = 236+137+61=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC893D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC893D is #1376C2. Grayscale: #9E9E9E. Windows color (decimal): -1275587 or 4033004. OLE color: 4033004.

HSL color Cylindrical-coordinate representation of color #EC893D: hue angle of 26.06º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC893D is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 137 61 -
CMYK 0 0.42 0.74 0.07
HSL 26.06º 0.82% 0.58% -
HSV(B) 26.06º 0.74% 0.93% -
XYZ 44.38 36.06 9.04 -
YUV 157.94 73.3 183.68 -
System Red Green Blue C M Y K H S L
Decimal 236 137 61 0 0.42 0.74 0.07 26.06 0.82 0.58
Hex EC 89 3D 0 2A 4A 7 1A 52 3A
Octal 354 211 75 0 52 112 7 32 122 72
Binary 11101100 10001001 111101 0 101010 1001010 111 11010 1010010 111010

Color Harmonies of #EC893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC893D

Black with #EC893D

Text Example


Text Example

White with #EC893D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC893D; }

 p { color: rgb(236,137,61); }

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

background-color css

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

 a { background-color: rgb(236,137,61); }

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

border-color css

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

 span { border-color: rgb(236,137,61); }

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