Html Css Color HEX #EDD65C Portica

📋 copy color: '#EDD65C'

red 237 ◦ green 214 ◦ blue 92

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

Shades of Portica #EDD65C

Tints of Portica #EDD65C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.41%

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

R = 43.65%
G = 39.41%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDD65C (or 0xEDD65C) is known color: Portica. HEX triplet: ED, D6 and 5C. RGB value is (237,214,92). Sum of RGB (Red+Green+Blue) = 237+214+92=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 92 (36.33% from 255 or 16.94% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD65C is #1229A3. Grayscale: #CFCFCF. Windows color (decimal): -1190308 or 6084333. OLE color: 6084333.

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

Color convert

RGB 237 214 92 -
CMYK 0 0.10 0.61 0.07
HSL 50.48º 0.8% 0.65% -
HSV(B) 50.48º 0.61% 0.93% -
XYZ 60.9 66.87 19.82 -
YUV 206.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 237 214 92 0 0.10 0.61 0.07 50.48 0.8 0.65
Hex ED D6 5C 0 A 3D 7 32 50 41
Octal 355 326 134 0 12 75 7 62 120 101
Binary 11101101 11010110 1011100 0 1010 111101 111 110010 1010000 1000001

Color Harmonies of #EDD65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD65C

Black with #EDD65C

Text Example


Text Example

White with #EDD65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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