Html Css Color HEX #EDD45E Portica

📋 copy color: '#EDD45E'

red 237 ◦ green 212 ◦ blue 94

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

Shades of Portica #EDD45E

Tints of Portica #EDD45E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.04%

 BLUE value IS 94 (37.11% from 255) = 17.31%

R = 43.65%
G = 39.04%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDD45E (or 0xEDD45E) is known color: Portica. HEX triplet: ED, D4 and 5E. RGB value is (237,212,94). Sum of RGB (Red+Green+Blue) = 237+212+94=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 94 (37.11% from 255 or 17.31% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD45E is #122BA1. Grayscale: #CECECE. Windows color (decimal): -1190818 or 6214893. OLE color: 6214893.

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

Color convert

RGB 237 212 94 -
CMYK 0 0.11 0.60 0.07
HSL 49.51º 0.8% 0.65% -
HSV(B) 49.51º 0.6% 0.93% -
XYZ 60.49 65.9 20.12 -
YUV 206.02 64.78 150.09 -
System Red Green Blue C M Y K H S L
Decimal 237 212 94 0 0.11 0.60 0.07 49.51 0.8 0.65
Hex ED D4 5E 0 B 3C 7 32 50 41
Octal 355 324 136 0 13 74 7 62 120 101
Binary 11101101 11010100 1011110 0 1011 111100 111 110010 1010000 1000001

Color Harmonies of #EDD45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD45E

Black with #EDD45E

Text Example


Text Example

White with #EDD45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD45E; }

 p { color: rgb(237,212,94); }

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

background-color css

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

 a { background-color: rgb(237,212,94); }

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

border-color css

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

 span { border-color: rgb(237,212,94); }

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