Html Css Color HEX #E68F3D California

📋 copy color: '#E68F3D'

red 230 ◦ green 143 ◦ blue 61

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

Shades of California #E68F3D

Tints of California #E68F3D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.95%

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

R = 53%
G = 32.95%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E68F3D (or 0xE68F3D) is known color: California. HEX triplet: E6, 8F and 3D. RGB value is (230,143,61). Sum of RGB (Red+Green+Blue) = 230+143+61=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68F3D is #1970C2. Grayscale: #A0A0A0. Windows color (decimal): -1667267 or 4034534. OLE color: 4034534.

HSL color Cylindrical-coordinate representation of color #E68F3D: hue angle of 29.11º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E68F3D is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 143 61 -
CMYK 0 0.38 0.73 0.10
HSL 29.11º 0.77% 0.57% -
HSV(B) 29.11º 0.73% 0.9% -
XYZ 43.3 36.8 9.24 -
YUV 159.67 72.32 178.17 -
System Red Green Blue C M Y K H S L
Decimal 230 143 61 0 0.38 0.73 0.10 29.11 0.77 0.57
Hex E6 8F 3D 0 26 49 A 1D 4D 39
Octal 346 217 75 0 46 111 12 35 115 71
Binary 11100110 10001111 111101 0 100110 1001001 1010 11101 1001101 111001

Color Harmonies of #E68F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68F3D

Black with #E68F3D

Text Example


Text Example

White with #E68F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68F3D; }

 p { color: rgb(230,143,61); }

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

background-color css

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

 a { background-color: rgb(230,143,61); }

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

border-color css

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

 span { border-color: rgb(230,143,61); }

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