Html Css Color HEX #EDD75C Portica

📋 copy color: '#EDD75C'

red 237 ◦ green 215 ◦ blue 92

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

Shades of Portica #EDD75C

Tints of Portica #EDD75C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.91%

R = 43.57%
G = 39.52%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDD75C (or 0xEDD75C) is known color: Portica. HEX triplet: ED, D7 and 5C. RGB value is (237,215,92). Sum of RGB (Red+Green+Blue) = 237+215+92=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 92 (36.33% from 255 or 16.91% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD75C is #1228A3. Grayscale: #D0D0D0. Windows color (decimal): -1190052 or 6084589. OLE color: 6084589.

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

Color convert

RGB 237 215 92 -
CMYK 0 0.09 0.61 0.07
HSL 50.9º 0.8% 0.65% -
HSV(B) 50.9º 0.61% 0.93% -
XYZ 61.16 67.38 19.91 -
YUV 207.56 62.79 149 -
System Red Green Blue C M Y K H S L
Decimal 237 215 92 0 0.09 0.61 0.07 50.9 0.8 0.65
Hex ED D7 5C 0 9 3D 7 33 50 41
Octal 355 327 134 0 11 75 7 63 120 101
Binary 11101101 11010111 1011100 0 1001 111101 111 110011 1010000 1000001

Color Harmonies of #EDD75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD75C

Black with #EDD75C

Text Example


Text Example

White with #EDD75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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