Html Css Color HEX #E69432 California

📋 copy color: '#E69432'

red 230 ◦ green 148 ◦ blue 50

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

Shades of California #E69432

Tints of California #E69432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.68%

R = 53.74%
G = 34.58%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E69432 (or 0xE69432) is known color: California. HEX triplet: E6, 94 and 32. RGB value is (230,148,50). Sum of RGB (Red+Green+Blue) = 230+148+50=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E69432 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69432 is #196BCD. Grayscale: #A1A1A1. Windows color (decimal): -1665998 or 3314918. OLE color: 3314918.

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

Color convert

RGB 230 148 50 -
CMYK 0 0.36 0.78 0.10
HSL 32.67º 0.78% 0.55% -
HSV(B) 32.67º 0.78% 0.9% -
XYZ 43.8 38.23 8.09 -
YUV 161.35 65.17 176.97 -
System Red Green Blue C M Y K H S L
Decimal 230 148 50 0 0.36 0.78 0.10 32.67 0.78 0.55
Hex E6 94 32 0 24 4E A 21 4E 37
Octal 346 224 62 0 44 116 12 41 116 67
Binary 11100110 10010100 110010 0 100100 1001110 1010 100001 1001110 110111

Color Harmonies of #E69432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69432

Black with #E69432

Text Example


Text Example

White with #E69432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69432; }

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

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

background-color css

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

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

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

border-color css

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

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

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