Html Css Color HEX #E6D058 Portica

📋 copy color: '#E6D058'

red 230 ◦ green 208 ◦ blue 88

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

Shades of Portica #E6D058

Tints of Portica #E6D058

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.54%

 BLUE value IS 88 (34.77% from 255) = 16.73%

R = 43.73%
G = 39.54%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#E6D058 (or 0xE6D058) is known color: Portica. HEX triplet: E6, D0 and 58. RGB value is (230,208,88). Sum of RGB (Red+Green+Blue) = 230+208+88=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 88 (34.77% from 255 or 16.73% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D058 is #192FA7. Grayscale: #C9C9C9. Windows color (decimal): -1650600 or 5820646. OLE color: 5820646.

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

Color convert

RGB 230 208 88 -
CMYK 0 0.10 0.62 0.10
HSL 50.7º 0.74% 0.62% -
HSV(B) 50.7º 0.62% 0.9% -
XYZ 56.95 62.64 18.32 -
YUV 200.9 64.29 148.76 -
System Red Green Blue C M Y K H S L
Decimal 230 208 88 0 0.10 0.62 0.10 50.7 0.74 0.62
Hex E6 D0 58 0 A 3E A 33 4A 3E
Octal 346 320 130 0 12 76 12 63 112 76
Binary 11100110 11010000 1011000 0 1010 111110 1010 110011 1001010 111110

Color Harmonies of #E6D058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D058

Black with #E6D058

Text Example


Text Example

White with #E6D058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D058; }

 p { color: rgb(230,208,88); }

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

background-color css

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

 a { background-color: rgb(230,208,88); }

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

border-color css

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

 span { border-color: rgb(230,208,88); }

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