Html Css Color HEX #EDD64B Portica

📋 copy color: '#EDD64B'

red 237 ◦ green 214 ◦ blue 75

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

Shades of Portica #EDD64B

Tints of Portica #EDD64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.26%

R = 45.06%
G = 40.68%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDD64B (or 0xEDD64B) is known color: Portica. HEX triplet: ED, D6 and 4B. RGB value is (237,214,75). Sum of RGB (Red+Green+Blue) = 237+214+75=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 75 (29.69% from 255 or 14.26% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD64B is #1229B4. Grayscale: #CDCDCD. Windows color (decimal): -1190325 or 4970221. OLE color: 4970221.

HSL color Cylindrical-coordinate representation of color #EDD64B: hue angle of 51.48º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDD64B is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 214 75 -
CMYK 0 0.10 0.68 0.07
HSL 51.48º 0.82% 0.61% -
HSV(B) 51.48º 0.68% 0.93% -
XYZ 60.24 66.61 16.34 -
YUV 205.03 54.62 150.8 -
System Red Green Blue C M Y K H S L
Decimal 237 214 75 0 0.10 0.68 0.07 51.48 0.82 0.61
Hex ED D6 4B 0 A 44 7 33 52 3D
Octal 355 326 113 0 12 104 7 63 122 75
Binary 11101101 11010110 1001011 0 1010 1000100 111 110011 1010010 111101

Color Harmonies of #EDD64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD64B

Black with #EDD64B

Text Example


Text Example

White with #EDD64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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