Html Css Color HEX #EDD25B Portica

📋 copy color: '#EDD25B'

red 237 ◦ green 210 ◦ blue 91

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

Shades of Portica #EDD25B

Tints of Portica #EDD25B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.03%

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

R = 44.05%
G = 39.03%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDD25B (or 0xEDD25B) is known color: Portica. HEX triplet: ED, D2 and 5B. RGB value is (237,210,91). Sum of RGB (Red+Green+Blue) = 237+210+91=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 91 (35.94% from 255 or 16.91% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD25B is #122DA4. Grayscale: #CDCDCD. Windows color (decimal): -1191333 or 6017773. OLE color: 6017773.

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

Color convert

RGB 237 210 91 -
CMYK 0 0.11 0.62 0.07
HSL 48.9º 0.8% 0.64% -
HSV(B) 48.9º 0.62% 0.93% -
XYZ 59.86 64.85 19.26 -
YUV 204.51 63.95 151.18 -
System Red Green Blue C M Y K H S L
Decimal 237 210 91 0 0.11 0.62 0.07 48.9 0.8 0.64
Hex ED D2 5B 0 B 3E 7 31 50 40
Octal 355 322 133 0 13 76 7 61 120 100
Binary 11101101 11010010 1011011 0 1011 111110 111 110001 1010000 1000000

Color Harmonies of #EDD25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD25B

Black with #EDD25B

Text Example


Text Example

White with #EDD25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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