Html Css Color HEX #EDD761 Portica

📋 copy color: '#EDD761'

red 237 ◦ green 215 ◦ blue 97

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

Shades of Portica #EDD761

Tints of Portica #EDD761

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.16%

 BLUE value IS 97 (38.28% from 255) = 17.67%

R = 43.17%
G = 39.16%
B = 17.67%

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

#EDD761 (or 0xEDD761) is known color: Portica. HEX triplet: ED, D7 and 61. RGB value is (237,215,97). Sum of RGB (Red+Green+Blue) = 237+215+97=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 97 (38.28% from 255 or 17.67% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD761 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD761 is #12289E. Grayscale: #D0D0D0. Windows color (decimal): -1190047 or 6412269. OLE color: 6412269.

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

Color convert

RGB 237 215 97 -
CMYK 0 0.09 0.59 0.07
HSL 50.57º 0.8% 0.65% -
HSV(B) 50.57º 0.59% 0.93% -
XYZ 61.38 67.47 21.1 -
YUV 208.13 65.29 148.59 -
System Red Green Blue C M Y K H S L
Decimal 237 215 97 0 0.09 0.59 0.07 50.57 0.8 0.65
Hex ED D7 61 0 9 3B 7 33 50 41
Octal 355 327 141 0 11 73 7 63 120 101
Binary 11101101 11010111 1100001 0 1001 111011 111 110011 1010000 1000001

Color Harmonies of #EDD761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD761

Black with #EDD761

Text Example


Text Example

White with #EDD761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD761; }

 p { color: rgb(237,215,97); }

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

background-color css

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

 a { background-color: rgb(237,215,97); }

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

border-color css

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

 span { border-color: rgb(237,215,97); }

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