Html Css Color HEX #EDD862 Portica

📋 copy color: '#EDD862'

red 237 ◦ green 216 ◦ blue 98

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

Shades of Portica #EDD862

Tints of Portica #EDD862

RGB

 RED value IS 237 (92.97% from 255) = 43.01%

 GREEN value IS 216 (84.77% from 255) = 39.2%

 BLUE value IS 98 (38.67% from 255) = 17.79%

R = 43.01%
G = 39.2%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDD862 (or 0xEDD862) is known color: Portica. HEX triplet: ED, D8 and 62. RGB value is (237,216,98). Sum of RGB (Red+Green+Blue) = 237+216+98=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 98 (38.67% from 255 or 17.79% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD862 is #12279D. Grayscale: #D1D1D1. Windows color (decimal): -1189790 or 6478061. OLE color: 6478061.

HSL color Cylindrical-coordinate representation of color #EDD862: hue angle of 50.94º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDD862 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 216 98 -
CMYK 0 0.09 0.59 0.07
HSL 50.94º 0.79% 0.66% -
HSV(B) 50.94º 0.59% 0.93% -
XYZ 61.69 68 21.43 -
YUV 208.83 65.46 148.09 -
System Red Green Blue C M Y K H S L
Decimal 237 216 98 0 0.09 0.59 0.07 50.94 0.79 0.66
Hex ED D8 62 0 9 3B 7 33 4F 42
Octal 355 330 142 0 11 73 7 63 117 102
Binary 11101101 11011000 1100010 0 1001 111011 111 110011 1001111 1000010

Color Harmonies of #EDD862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD862

Black with #EDD862

Text Example


Text Example

White with #EDD862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD862; }

 p { color: rgb(237,216,98); }

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

background-color css

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

 a { background-color: rgb(237,216,98); }

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

border-color css

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

 span { border-color: rgb(237,216,98); }

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