Html Css Color HEX #EDD962 Portica

📋 copy color: '#EDD962'

red 237 ◦ green 217 ◦ blue 98

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

Shades of Portica #EDD962

Tints of Portica #EDD962

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.31%

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

R = 42.93%
G = 39.31%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDD962 (or 0xEDD962) is known color: Portica. HEX triplet: ED, D9 and 62. RGB value is (237,217,98). Sum of RGB (Red+Green+Blue) = 237+217+98=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 98 (38.67% from 255 or 17.75% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD962 is #12269D. Grayscale: #D1D1D1. Windows color (decimal): -1189534 or 6478317. OLE color: 6478317.

HSL color Cylindrical-coordinate representation of color #EDD962: hue angle of 51.37º 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 #EDD962 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 217 98 -
CMYK 0 0.08 0.59 0.07
HSL 51.37º 0.79% 0.66% -
HSV(B) 51.37º 0.59% 0.93% -
XYZ 61.94 68.51 21.51 -
YUV 209.41 65.13 147.68 -
System Red Green Blue C M Y K H S L
Decimal 237 217 98 0 0.08 0.59 0.07 51.37 0.79 0.66
Hex ED D9 62 0 8 3B 7 33 4F 42
Octal 355 331 142 0 10 73 7 63 117 102
Binary 11101101 11011001 1100010 0 1000 111011 111 110011 1001111 1000010

Color Harmonies of #EDD962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD962

Black with #EDD962

Text Example


Text Example

White with #EDD962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD962; }

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

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

background-color css

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

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

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

border-color css

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

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

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