Html Css Color HEX #E69438 California

📋 copy color: '#E69438'

red 230 ◦ green 148 ◦ blue 56

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

Shades of California #E69438

Tints of California #E69438

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.1%

 BLUE value IS 56 (22.27% from 255) = 12.9%

R = 53%
G = 34.1%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#E69438 (or 0xE69438) is known color: California. HEX triplet: E6, 94 and 38. RGB value is (230,148,56). Sum of RGB (Red+Green+Blue) = 230+148+56=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E69438 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69438 is #196BC7. Grayscale: #A2A2A2. Windows color (decimal): -1665992 or 3708134. OLE color: 3708134.

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

Color convert

RGB 230 148 56 -
CMYK 0 0.36 0.76 0.10
HSL 31.72º 0.78% 0.56% -
HSV(B) 31.72º 0.76% 0.9% -
XYZ 43.94 38.29 8.82 -
YUV 162.03 68.17 176.48 -
System Red Green Blue C M Y K H S L
Decimal 230 148 56 0 0.36 0.76 0.10 31.72 0.78 0.56
Hex E6 94 38 0 24 4C A 20 4E 38
Octal 346 224 70 0 44 114 12 40 116 70
Binary 11100110 10010100 111000 0 100100 1001100 1010 100000 1001110 111000

Color Harmonies of #E69438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69438

Black with #E69438

Text Example


Text Example

White with #E69438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69438; }

 p { color: rgb(230,148,56); }

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

background-color css

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

 a { background-color: rgb(230,148,56); }

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

border-color css

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

 span { border-color: rgb(230,148,56); }

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