Html Css Color HEX #EDD15B Portica

📋 copy color: '#EDD15B'

red 237 ◦ green 209 ◦ blue 91

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

Shades of Portica #EDD15B

Tints of Portica #EDD15B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.92%

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

R = 44.13%
G = 38.92%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDD15B (or 0xEDD15B) is known color: Portica. HEX triplet: ED, D1 and 5B. RGB value is (237,209,91). Sum of RGB (Red+Green+Blue) = 237+209+91=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD15B is #122EA4. Grayscale: #CCCCCC. Windows color (decimal): -1191589 or 6017517. OLE color: 6017517.

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

Color convert

RGB 237 209 91 -
CMYK 0 0.12 0.62 0.07
HSL 48.49º 0.8% 0.64% -
HSV(B) 48.49º 0.62% 0.93% -
XYZ 59.61 64.36 19.18 -
YUV 203.92 64.28 151.59 -
System Red Green Blue C M Y K H S L
Decimal 237 209 91 0 0.12 0.62 0.07 48.49 0.8 0.64
Hex ED D1 5B 0 C 3E 7 30 50 40
Octal 355 321 133 0 14 76 7 60 120 100
Binary 11101101 11010001 1011011 0 1100 111110 111 110000 1010000 1000000

Color Harmonies of #EDD15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD15B

Black with #EDD15B

Text Example


Text Example

White with #EDD15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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