Html Css Color HEX #E69C2D Buttercup

📋 copy color: '#E69C2D'

red 230 ◦ green 156 ◦ blue 45

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

Shades of Buttercup #E69C2D

Tints of Buttercup #E69C2D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.19%

 BLUE value IS 45 (17.97% from 255) = 10.44%

R = 53.36%
G = 36.19%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E69C2D (or 0xE69C2D) is known color: Buttercup. HEX triplet: E6, 9C and 2D. RGB value is (230,156,45). Sum of RGB (Red+Green+Blue) = 230+156+45=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69C2D is #1963D2. Grayscale: #A5A5A5. Windows color (decimal): -1663955 or 2989286. OLE color: 2989286.

HSL color Cylindrical-coordinate representation of color #E69C2D: hue angle of 36º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E69C2D is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 156 45 -
CMYK 0 0.32 0.80 0.10
HSL 36º 0.79% 0.54% -
HSV(B) 36º 0.8% 0.9% -
XYZ 45 40.79 7.98 -
YUV 165.47 60.02 174.03 -
System Red Green Blue C M Y K H S L
Decimal 230 156 45 0 0.32 0.80 0.10 36 0.79 0.54
Hex E6 9C 2D 0 20 50 A 24 4F 36
Octal 346 234 55 0 40 120 12 44 117 66
Binary 11100110 10011100 101101 0 100000 1010000 1010 100100 1001111 110110

Color Harmonies of #E69C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69C2D

Black with #E69C2D

Text Example


Text Example

White with #E69C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69C2D; }

 p { color: rgb(230,156,45); }

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

background-color css

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

 a { background-color: rgb(230,156,45); }

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

border-color css

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

 span { border-color: rgb(230,156,45); }

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