Html Css Color HEX #EDD65B Portica

📋 copy color: '#EDD65B'

red 237 ◦ green 214 ◦ blue 91

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

Shades of Portica #EDD65B

Tints of Portica #EDD65B

RGB

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

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

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

R = 43.73%
G = 39.48%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDD65B (or 0xEDD65B) is known color: Portica. HEX triplet: ED, D6 and 5B. RGB value is (237,214,91). Sum of RGB (Red+Green+Blue) = 237+214+91=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 91 (35.94% from 255 or 16.79% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD65B is #1229A4. Grayscale: #CFCFCF. Windows color (decimal): -1190309 or 6018797. OLE color: 6018797.

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

Color convert

RGB 237 214 91 -
CMYK 0 0.10 0.62 0.07
HSL 50.55º 0.8% 0.64% -
HSV(B) 50.55º 0.62% 0.93% -
XYZ 60.86 66.85 19.59 -
YUV 206.86 62.62 149.5 -
System Red Green Blue C M Y K H S L
Decimal 237 214 91 0 0.10 0.62 0.07 50.55 0.8 0.64
Hex ED D6 5B 0 A 3E 7 33 50 40
Octal 355 326 133 0 12 76 7 63 120 100
Binary 11101101 11010110 1011011 0 1010 111110 111 110011 1010000 1000000

Color Harmonies of #EDD65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD65B

Black with #EDD65B

Text Example


Text Example

White with #EDD65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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