Html Css Color HEX #EDD95B Portica

📋 copy color: '#EDD95B'

red 237 ◦ green 217 ◦ blue 91

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

Shades of Portica #EDD95B

Tints of Portica #EDD95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.7%

R = 43.49%
G = 39.82%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDD95B (or 0xEDD95B) is known color: Portica. HEX triplet: ED, D9 and 5B. RGB value is (237,217,91). Sum of RGB (Red+Green+Blue) = 237+217+91=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 91 (35.94% from 255 or 16.70% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD95B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD95B is #1226A4. Grayscale: #D1D1D1. Windows color (decimal): -1189541 or 6019565. OLE color: 6019565.

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

Color convert

RGB 237 217 91 -
CMYK 0 0.08 0.62 0.07
HSL 51.78º 0.8% 0.64% -
HSV(B) 51.78º 0.62% 0.93% -
XYZ 61.63 68.39 19.85 -
YUV 208.62 61.63 148.25 -
System Red Green Blue C M Y K H S L
Decimal 237 217 91 0 0.08 0.62 0.07 51.78 0.8 0.64
Hex ED D9 5B 0 8 3E 7 34 50 40
Octal 355 331 133 0 10 76 7 64 120 100
Binary 11101101 11011001 1011011 0 1000 111110 111 110100 1010000 1000000

Color Harmonies of #EDD95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD95B

Black with #EDD95B

Text Example


Text Example

White with #EDD95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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