Html Css Color HEX #E08C3D California

📋 copy color: '#E08C3D'

red 224 ◦ green 140 ◦ blue 61

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

Shades of California #E08C3D

Tints of California #E08C3D

RGB

 RED value IS 224 (87.89% from 255) = 52.71%

 GREEN value IS 140 (55.08% from 255) = 32.94%

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

R = 52.71%
G = 32.94%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E08C3D (or 0xE08C3D) is known color: California. HEX triplet: E0, 8C and 3D. RGB value is (224,140,61). Sum of RGB (Red+Green+Blue) = 224+140+61=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08C3D is #1F73C2. Grayscale: #9C9C9C. Windows color (decimal): -2061251 or 4033760. OLE color: 4033760.

HSL color Cylindrical-coordinate representation of color #E08C3D: hue angle of 29.08º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E08C3D is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 140 61 -
CMYK 0 0.38 0.73 0.12
HSL 29.08º 0.72% 0.56% -
HSV(B) 29.08º 0.73% 0.88% -
XYZ 40.96 34.94 9 -
YUV 156.11 74.33 176.42 -
System Red Green Blue C M Y K H S L
Decimal 224 140 61 0 0.38 0.73 0.12 29.08 0.72 0.56
Hex E0 8C 3D 0 26 49 C 1D 48 38
Octal 340 214 75 0 46 111 14 35 110 70
Binary 11100000 10001100 111101 0 100110 1001001 1100 11101 1001000 111000

Color Harmonies of #E08C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C3D

Black with #E08C3D

Text Example


Text Example

White with #E08C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C3D; }

 p { color: rgb(224,140,61); }

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

background-color css

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

 a { background-color: rgb(224,140,61); }

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

border-color css

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

 span { border-color: rgb(224,140,61); }

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